From d219f8afc577bbd4111037e5c389843bd4497d25 Mon Sep 17 00:00:00 2001 From: Kanchalai Tanglertsampan Date: Thu, 23 Feb 2017 15:31:19 -0800 Subject: [PATCH] Fix comment --- src/compiler/emitter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/emitter.ts b/src/compiler/emitter.ts index 696d91b48f6..e1c59b9eea0 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -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; }