Fix comment

This commit is contained in:
Kanchalai Tanglertsampan
2017-02-23 15:31:19 -08:00
parent 231c3cb8ab
commit d219f8afc5

View File

@@ -2102,7 +2102,7 @@ namespace ts {
}
else {
for (const sourceFile of (sourceFileOrBundle as Bundle).sourceFiles) {
// Emit only the first Shebang with encounter
// Emit only the first encountered shebang
if (emitShebangInSourceFile(sourceFile)) {
break;
}