提交 b91616bd 编写于 作者: P Peng Lyu

avoid unnecessary code change.

上级 97eb9459
...@@ -35,7 +35,7 @@ export interface IRawTextSource { ...@@ -35,7 +35,7 @@ export interface IRawTextSource {
export class TextSource { export class TextSource {
/**f /**
* if text source is empty or with precisely one line, returns null. No end of line is detected. * if text source is empty or with precisely one line, returns null. No end of line is detected.
* if text source contains more lines ending with '\r\n', returns '\r\n'. * if text source contains more lines ending with '\r\n', returns '\r\n'.
* Otherwise returns '\n'. More lines end with '\n'. * Otherwise returns '\n'. More lines end with '\n'.
......
...@@ -23,7 +23,7 @@ export class PrefixSumComputer { ...@@ -23,7 +23,7 @@ export class PrefixSumComputer {
/** /**
* values[i] is the value at index i * values[i] is the value at index i
*/ */
values: Uint32Array; private values: Uint32Array;
/** /**
* prefixSum[i] = SUM(heights[j]), 0 <= j <= i * prefixSum[i] = SUM(heights[j]), 0 <= j <= i
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册