diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-06-18 09:01:27 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-06-18 09:01:27 +0000 |
commit | 8e1088bc6457396e0255dd26a255c6f15b615273 (patch) | |
tree | 8dc9c9866ab2d72f0716b12e93603e4f3810a3ed /pod | |
parent | 3141265f3a15fb18f540d906b77a81976530f87b (diff) | |
download | perl-8e1088bc6457396e0255dd26a255c6f15b615273.tar.gz |
Correct typo
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 2 |
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: |