From 0c5654164fbd080cf47c7bb81d87c622784e8b57 Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Sat, 7 Mar 2015 01:33:18 -0800 Subject: [PATCH] Fix up 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 c96ed1299fe..8560e44dcf8 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -4203,7 +4203,7 @@ module ts { } // For es6 and higher we can emit the expression as is. However, in the case - // where the expression might end up looking like a block when down-leveled, we'll + // where the expression might end up looking like a block when emitted, we'll // also wrap it in parentheses first. For example if you have: a => {} // then we need to generate: a => ({}) write(" ");