Skip to content

Commit bb2f3b3

Browse files
committed
Fix proto link broken.
Close issue #1899
1 parent c2912b0 commit bb2f3b3

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
@@ -96,7 +96,7 @@ conjunction with the grammar.
9696
9797
L<Grammar|/type/Grammar>s are composed of rules, tokens and regexes;
9898
there are actually methods, since grammars are classes. These methods
99-
can have things in common, and thus can use L<proto>.
99+
can have things in common, and thus can use L<proto|/syntax/proto>.
100100
101101
For instance, if you have a lot of alternations, it may become difficult to produce
102102
readable code or subclass your grammar. In the Actions class below, the

0 commit comments

Comments
 (0)