Skip to content

Commit 2e67364

Browse files
committed
Update comment text
1 parent 435c977 commit 2e67364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/text/scriptSnapshot.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module TypeScript {
44
/**
55
* 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
77
* the same values.
88
*/
99
export interface IScriptSnapshot {
@@ -23,7 +23,7 @@ module TypeScript {
2323
/**
2424
* Gets the TextChangeRange that describe how the text changed between this text and
2525
* 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
2727
* change range cannot be determined. However, in that case, incremental parsing will
2828
* not happen and the entire document will be re - parsed.
2929
*/

0 commit comments

Comments
 (0)