Skip to content

Commit 0ac1f11

Browse files
committed
subject-verb agreement
1 parent c0b771b commit 0ac1f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/grammar_tutorial.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ this, we could replace the '/'s in TOP with a token that allowed for spaces.
244244
=end code
245245
246246
We're getting some extra junk in the match object now, with those slashes.
247-
There's techniques to clean that up that we'll get to later.
247+
There are techniques to clean that up that we'll get to later.
248248
=head2 Inheriting from a grammar
249249
250250
Since grammars are classes, they behave, OOP-wise, in the same way as any other class; specifically, they can inherit from base classes that include some tokens or rules, this way:

0 commit comments

Comments
 (0)