From: Perl 5 Porters Date: Tue, 18 Jun 1996 09:01:27 +0000 (+0000) Subject: Correct typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e1088bc6457396e0255dd26a255c6f15b615273;p=p5sagit%2Fp5-mst-13.2.git Correct typo --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 5446746..a364916 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 , number is <>. + Beginning is , number is <>. Here are some variants, most of which don't work: