Merge pull request #35 from adarsh-why/master

missed square bracket in new AST
This commit is contained in:
James Kyle 2016-04-07 11:06:51 -07:00
commit 00346f1ba4

View File

@ -751,7 +751,7 @@ function traverser(ast, visitor) {
* | type: 'NumberLiteral',
* | value: '2'
* | }]
* (sorry the other one is longer.) | }
* (sorry the other one is longer.) | }]
* | }
* | }]
* | }