summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2002-01-11 14:49:54 +1100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-10 19:29:08 +0000
commit915425408a40baa68a3cc0c40c013f2947e7deb4 (patch)
tree154906bae4c21a710d2bb35376eb389f27658370 /pod
parente6e4be37f26d99bfa3e2ce3cc095ff669dbc3862 (diff)
downloadperl-915425408a40baa68a3cc0c40c013f2947e7deb4.tar.gz
doc fixes
Message-ID: <20020110164954.GA21891@compusol.com.au> p4raw-id: //depot/perl@14171
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 4bd69a3f14..48c484947f 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4666,7 +4666,7 @@ Using the empty pattern C<//> specifically matches the null string, and is
not be confused with the use of C<//> to mean "the last successful pattern
match".
-Empty leading (or trailing) fields are produced when there positive width
+Empty leading (or trailing) fields are produced when there are positive width
matches at the beginning (or end) of the string; a zero-width match at the
beginning (or end) of the string does not produce an empty field. For
example: