Skip to content

Commit 2f30aee

Browse files
committed
restore search/replaced comment text
1 parent 9427551 commit 2f30aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ namespace Parser {
18031803

18041804
sourceFlags = contextFlags;
18051805

1806-
// Prime the
1806+
// Prime the scanner.
18071807
nextToken();
18081808

18091809
const statements = parseList(ParsingContext.SourceElements, parseStatement);

0 commit comments

Comments
 (0)