Skip to content

Commit 7e5dae3

Browse files
Merge pull request #942 from flexibeast/master
Fix typo.
2 parents 25fb68e + e89f90f commit 7e5dae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ token, it can be used to trigger an Action class method. In the following
214214
grammar we look for Arabic digits and define a C<succ> token with the always
215215
succeed assertion.
216216
217-
In the action class, we use calles to the C<succ> method to do set up (in this
217+
In the action class, we use calls to the C<succ> method to do set up (in this
218218
case, we prepare a new element in C<@!numbers>). In the C<digit> method,
219219
we convert an Arabic digit into a Devanagari digit and add it to the last
220220
element of C<@!numbers>. Thanks to C<succ>, the last element will always be

0 commit comments

Comments
 (0)