From 6adf7feb5eea512b0b29e1361808cf3b1441cb5f Mon Sep 17 00:00:00 2001 From: Yui T Date: Wed, 12 Aug 2015 17:52:36 -0700 Subject: [PATCH] Remove asterisks --- 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 4fd597f519f..4750538c9b6 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -6983,7 +6983,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi /** * Emit trailing comments at the position. The term trailing comment is used here to describe following comment: - * x, /*comment1*/ y + * x, /comment1/ y * ^ => pos; the function will emit "comment1" in the emitJS */ function emitTrailingCommentsOfPosition(pos: number) {