diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-11 20:08:12 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-11 20:08:12 -0800 |
commit | 8a737443e3c53597024b13b97da37ea640b9d851 (patch) | |
tree | 328bfce39c68da5e26ac4a541f88e615ba5bb0ba | |
parent | 02a7a248fa1942d10cc4d2479e0f47432d239322 (diff) | |
download | perl-8a737443e3c53597024b13b97da37ea640b9d851.tar.gz |
perldiag grammo
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e1d8e28e46..84577ae1e6 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3707,8 +3707,8 @@ or C<next::can>. See L<mro>. =item Non-finite repeat count does nothing (W numeric) You tried to execute the -L<C<x>|perlop/Multiplicative Operators> repetition operator C<Inf> -(or C<-Inf>) or C<NaN>, which doesn't make sense. +L<C<x>|perlop/Multiplicative Operators> repetition operator C<Inf> (or +C<-Inf>) or C<NaN> times, which doesn't make sense. =item Non-hex character in regex; marked by S<<-- HERE> in m/%s/ |