Skip to content

Commit d219f8a

Browse files
author
Kanchalai Tanglertsampan
committed
Fix comment
1 parent 231c3cb commit d219f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ namespace ts {
21022102
}
21032103
else {
21042104
for (const sourceFile of (sourceFileOrBundle as Bundle).sourceFiles) {
2105-
// Emit only the first Shebang with encounter
2105+
// Emit only the first encountered shebang
21062106
if (emitShebangInSourceFile(sourceFile)) {
21072107
break;
21082108
}

0 commit comments

Comments
 (0)