Skip to content

Commit 4061e02

Browse files
committed
Fixed the typo
1 parent 063e3ac commit 4061e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ module ts {
995995
}
996996

997997
// Let the writer know we just wrote out a symbol. The declaration emitter writer uses
998-
// this to determine if an import it has previously seen (and not writer out) needs
998+
// this to determine if an import it has previously seen (and not written out) needs
999999
// to be written to the file once the walk of the tree is complete.
10001000
//
10011001
// NOTE(cyrusn): This approach feels somewhat unfortunate. A simple pass over the tree

0 commit comments

Comments
 (0)