mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 17:41:26 -06:00
fixed typo in comment
This commit is contained in:
parent
30ecd19029
commit
96cf47d10f
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user