Merge pull request #13 from rukai/patch-1

Fix typo in comment
pull/17/head
James Kyle 8 years ago
commit 900750c78e

@ -688,7 +688,7 @@ function traverser(ast, visitor) {
traverseArray(node.body, node);
break;
// Next we do the same will `CallExpressions` and traverse their `params`.
// Next we do the same with `CallExpressions` and traverse their `params`.
case 'CallExpression':
traverseArray(node.params, node);
break;

Loading…
Cancel
Save