Skip to content

Commit 988a512

Browse files
committed
address PR feedback - fixed typo in comment
1 parent 181c943 commit 988a512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
403403
argumentsName?: string;
404404

405405
/*
406-
* alias for 'this' from the calline code stack frame in case if this was used inside the converted loop
406+
* alias for 'this' from the calling code stack frame in case if this was used inside the converted loop
407407
*/
408408
thisName?: string;
409409

0 commit comments

Comments
 (0)