File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
module TypeScript {
4
4
/**
5
5
* Represents an immutable snapshot of a script at a specified time.Once acquired, the
6
- * snapshot is observably immutable. i.e. the same calls with the same parameters will return
6
+ * snapshot is observably immutable. i.e. the same calls with the same parameters will return
7
7
* the same values.
8
8
*/
9
9
export interface IScriptSnapshot {
@@ -23,7 +23,7 @@ module TypeScript {
23
23
/**
24
24
* Gets the TextChangeRange that describe how the text changed between this text and
25
25
* an older version. This information is used by the incremental parser to determine
26
- * what sections of the script need to be re-parsed. 'null ' can be returned if the
26
+ * what sections of the script need to be re-parsed. 'undefined ' can be returned if the
27
27
* change range cannot be determined. However, in that case, incremental parsing will
28
28
* not happen and the entire document will be re - parsed.
29
29
*/
You can’t perform that action at this time.
0 commit comments