Skip to content

Commit

Permalink
Fix typo: concatening → concatenating. Close #175.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose authored Jan 7, 2021
2 parents 36fd384 + b259d0f commit 3da7e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Status
and nodes are clear and helpful as well. The ``Grammar`` ones are
even round-trippable!
* The grammar extensibility story is underdeveloped at the moment. You should
be able to extend a grammar by simply concatening more rules onto the
be able to extend a grammar by simply concatenating more rules onto the
existing ones; later rules of the same name should override previous ones.
However, this is untested and may not be the final story.
* Sphinx docs are coming, but the docstrings are quite useful now.
Expand Down

0 comments on commit 3da7e80

Please sign in to comment.