From 988a51237bd76a8ea5204acc4e3f551dfeee99f9 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Sun, 22 Nov 2015 21:28:07 -0800 Subject: [PATCH] address PR feedback - fixed typo in 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 abc570f971c..998c9540928 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -403,7 +403,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi argumentsName?: string; /* - * alias for 'this' from the calline code stack frame in case if this was used inside the converted loop + * alias for 'this' from the calling code stack frame in case if this was used inside the converted loop */ thisName?: string;