From: Jarkko Hietaniemi Date: Sun, 29 Apr 2001 23:24:20 +0000 (+0000) Subject: Abigail spotted a thinko in #9905. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95e3e3529702f84120414f082fc9ad3968747f3f;p=p5sagit%2Fp5-mst-13.2.git Abigail spotted a thinko in #9905. p4raw-id: //depot/perl@9906 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ce309b2..e09df2b 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{}