summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-03-07 22:53:18 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-03-08 12:03:26 -0800
commit39b6ec1a4f067ccc33bb32fe5d2157b96637d2c5 (patch)
tree1f9e216f265993924522b1409b3529a48891f2d4
parent511eb43017d1a01e9160c59358f5e4498ef387b2 (diff)
downloadperl-39b6ec1a4f067ccc33bb32fe5d2157b96637d2c5.tar.gz
Another typo in perlretut
-rw-r--r--pod/perlretut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod
index aa89c3f480..3af0d3af5c 100644
--- a/pod/perlretut.pod
+++ b/pod/perlretut.pod
@@ -2853,7 +2853,7 @@ process:
Each step is of the form S<C<< n <x> <y> >>>, with C<< <x> >> the
part of the string matched and C<< <y> >> the part not yet
matched. The S<C<< | 1: STAR >>> says that Perl is at line number 1
-n the compilation list above. See
+in the compilation list above. See
L<perldebguts/"Debugging Regular Expressions"> for much more detail.
An alternative method of debugging regexps is to embed C<print>