From 96cf47d10f1f42472343011dc7e0814777d6e40c Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Sun, 20 Jul 2014 21:22:18 -0700 Subject: [PATCH] fixed typo in comment --- src/compiler/checker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 8fc36b5ac9e..27ae96ed080 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -5006,7 +5006,7 @@ module ts { potentialThisCollisions.push(node); } - // this function will run after checking the source file so 'CaptureThis' for all nodes + // this function will run after checking the source file so 'CaptureThis' is correct for all nodes function checkIfThisIsCapturedInEnclosingScope(node: Node): void { var current = node; while (current) {