Fix confusing comment (#5272) (#5273)

This commit is contained in:
Łukasz Lityński 2017-02-07 01:17:26 +01:00 committed by Logan Smyth
parent ff8a10e52f
commit badce969da

View File

@ -76,7 +76,7 @@ const collectorVisitor = {
},
Declaration(path) {
// delegate block scope handling to the `blockVariableVisitor`
// delegate block scope handling to the `BlockScoped` method
if (path.isBlockScoped()) return;
// this will be hit again once we traverse into it after this iteration