Skip to content

Commit 4355487

Browse files
committed
Changes Grammar to correct definition, refs #3022
1 parent 2abff48 commit 4355487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Grammar.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Formal grammar made up of named regexes
66
7-
class Grammar is Cursor {}
7+
class Grammar is Match {}
88
99
Every type declared with C<grammar> and not explicitly stating its superclass,
1010
becomes a subclass of I<Grammar>.

0 commit comments

Comments
 (0)