Skip to content

Commit 83ae692

Browse files
committed
Typo fix
1 parent 6598a1c commit 83ae692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/grammars.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ as an argument.
212212
213213
To make it clear that the argument is a match object, the example uses C<$/>
214214
as a parameter name to the action method, though that's just a handy
215-
convention, notthing intrinsic. C<$match> would have worked too. (Though using
215+
convention, nothing intrinsic. C<$match> would have worked too. (Though using
216216
C<$/> does give the advantage of providing C<< $<capture> >>> as a shortcut
217217
for C<< $/<capture> >>).
218218

0 commit comments

Comments
 (0)