Skip to content

Commit 2146d99

Browse files
author
Jan-Olof Hendig
committed
Fix delimeter typo
1 parent 1ad734d commit 2146d99

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
@@ -137,7 +137,7 @@ name of the alternation is attached with C<< :sym<> >> adverb.
137137
In the actions class, we now got rid of the ternary operator and simply take
138138
the C<.made> value from the C<< $<calc-op> >> match object. And the actions for
139139
individual alternations now follow the same naming pattern as in the grammar:
140-
C<< method calc-op:sym<add> >> and C<method calc-op:sym<sub> >>.
140+
C<< method calc-op:sym<add> >> and C<<method calc-op:sym<sub> >>.
141141
142142
The real beauty of this method can be seen when you subclass that grammar
143143
and actions class. Let's say we want to add a multiplication feature to the

0 commit comments

Comments
 (0)