Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dabeaz/sly
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Nov 18, 2018
2 parents 2be28d2 + 66b6bd7 commit 52c993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ like this::
def expr(self, p):
return ('number-expression', p.NUMBER)

Another approach is to create a set of data structure for different
Another approach is to create a set of data structures for different
kinds of abstract syntax tree nodes and create different node types
in each rule::

Expand Down

0 comments on commit 52c993e

Please sign in to comment.