Skip to content

Commit

Permalink
Fix typo: s/subrle/subrule/
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Oct 26, 2009
1 parent faa1cec commit 8f9db94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regexes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ I<backreference> is a dollar, followed by the name of the named regex in angle
brackets.

In the mainline code C<< $<dup> >>, short for C<$/{'dup'}>, accesses the match
object that the regex C<dup> produced. C<dup> also has a subrle called C<word>,
object that the regex C<dup> produced. C<dup> also has a subrule called C<word>,
and the match object produced from that call is accessible as
C<< $<dup><word> >>.

Expand Down

0 comments on commit 8f9db94

Please sign in to comment.