diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-29 23:24:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-29 23:24:20 +0000 |
commit | 95e3e3529702f84120414f082fc9ad3968747f3f (patch) | |
tree | cfd8ad3bf74af7cbe65de6fadcdc9f1840d450b2 /pod | |
parent | 928753ea20dfcc4327533c22eecccbc215e82fee (diff) | |
download | perl-95e3e3529702f84120414f082fc9ad3968747f3f.tar.gz |
Abigail spotted a thinko in #9905.
p4raw-id: //depot/perl@9906
Diffstat (limited to 'pod')
-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 ce309b2dd5..e09df2bfb4 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1873,9 +1873,9 @@ ended earlier on the current line. =item Misplaced _ in number (W syntax) An underscore (underbar) in a numeric constant either -immediately followed earlier underscore, or an underscore began or +immediately followed an earlier underscore, or an underscore began or ended a numeric constant, or its fractional part (in the case of -decimal constants) began or ended a numeric constant. +decimal constants) began or ended with an underscore. =item Missing %sbrace%s on \N{} |