fixed typo in comment

This commit is contained in:
Vladimir Matveev 2014-07-20 21:22:18 -07:00
parent 30ecd19029
commit 96cf47d10f

View File

@ -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) {