summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-18 09:01:27 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-18 09:01:27 +0000
commit8e1088bc6457396e0255dd26a255c6f15b615273 (patch)
tree8dc9c9866ab2d72f0716b12e93603e4f3810a3ed /pod
parent3141265f3a15fb18f540d906b77a81976530f87b (diff)
downloadperl-8e1088bc6457396e0255dd26a255c6f15b615273.tar.gz
Correct typo
Diffstat (limited to '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 5446746e91..a364916b29 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -330,7 +330,7 @@ That won't work at all, because C<.*> was greedy and gobbled up the
whole string. As C<\d*> can match on an empty string the complete
regular expression matched successfully.
- Beginning is <I have 2: 53147>, number is <>.
+ Beginning is <I have 2 numbers: 53147>, number is <>.
Here are some variants, most of which don't work: