Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed another broken C<> in regexes.pod
  • Loading branch information
Tadeusz Sośnierz committed Aug 23, 2010
1 parent d28f1b3 commit 54b6b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regexes.pod
Expand Up @@ -535,7 +535,7 @@ non-word character, and then matches the same string as previously matched
by the regex C<word>. It ends with another word boundary. The syntax for
This I<backreference> is a dollar sign followed by the name of the
capture in angle brackets. N<In grammars, which are introduced in the
next chapter, c<< <word> >> simply looks up a regex named C<word> in
next chapter, C<< <word> >> simply looks up a regex named C<word> in
the current grammar and parent grammars, and creates a capture of the
same name.>

Expand Down

0 comments on commit 54b6b80

Please sign in to comment.