summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorStephen P. Potter <spp@ds.net>2001-05-30 09:59:34 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-31 03:01:49 +0000
commit5cb9786f5b79ae3e78c0878ea2d4f7b539fcb447 (patch)
tree03feff97199e38864ff4346a4fae6cde36d418bf /pod/perlre.pod
parent2c987b2bb47578abec8dad04553cf4fb70e9dafc (diff)
downloadperl-5cb9786f5b79ae3e78c0878ea2d4f7b539fcb447.tar.gz
Re: [ID 20010529.002] typos in man page perlre
Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org> p4raw-id: //depot/perl@11511
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index c295f60343..25beb24f8d 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -791,7 +791,7 @@ and the first "bar" thereafter.
got <d is under the >
Here's another example: let's say you'd like to match a number at the end
-of a string, and you also want to keep the preceding of part the match.
+of a string, and you also want to keep the preceding part of the match.
So you write this:
$_ = "I have 2 numbers: 53147";