Skip to content

Commit 8f0dae4

Browse files
opokucoke
authored andcommitted
Refer to the correct class name in the the example that follows
The example defines a class `Calculations` not `Actions` as previously referred to in the text.
1 parent 42d92e9 commit 8f0dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammars.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ These methods can share a name and
103103
functionality in common, and thus can use L<proto|/syntax/proto>.
104104

105105
For instance, if you have a lot of alternations, it may become difficult to
106-
produce readable code or subclass your grammar. In the C<Actions> class below,
106+
produce readable code or subclass your grammar. In the C<Calculations> class below,
107107
the ternary in C<method TOP> is less than ideal and it becomes even worse the
108108
more operations we add:
109109

0 commit comments

Comments
 (0)