Skip to content

Commit

Permalink
Merge pull request #942 from flexibeast/master
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
jonathanstowe committed Oct 6, 2016
2 parents 25fb68e + e89f90f commit 7e5dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/grammars.pod6
Expand Up @@ -214,7 +214,7 @@ token, it can be used to trigger an Action class method. In the following
grammar we look for Arabic digits and define a C<succ> token with the always
succeed assertion.
In the action class, we use calles to the C<succ> method to do set up (in this
In the action class, we use calls to the C<succ> method to do set up (in this
case, we prepare a new element in C<@!numbers>). In the C<digit> method,
we convert an Arabic digit into a Devanagari digit and add it to the last
element of C<@!numbers>. Thanks to C<succ>, the last element will always be
Expand Down

0 comments on commit 7e5dae3

Please sign in to comment.