Re: [ID 19990820.007] Small typo in perlsyn.pod
authorIan Phillipps <Ian.Phillipps@iname.com>
Sat, 21 Aug 1999 12:36:12 +0000 (13:36 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Sep 1999 20:06:08 +0000 (20:06 +0000)
To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
Message-ID: <19990821123612.A9955@homer.diplex.co.uk>

p4raw-id: //depot/cfgperl@4178

pod/perlsyn.pod

index 680ecb9..0dd842d 100644 (file)
@@ -155,7 +155,7 @@ C<if> an C<else> goes with.  If you use C<unless> in place of C<if>,
 the sense of the test is reversed.
 
 The C<while> statement executes the block as long as the expression is
-true (does not evaluate to the null string (C<""> or C<0> or C<"0">).
+true (does not evaluate to the null string C<""> or C<0> or C<"0">).
 The LABEL is optional, and if present, consists of an identifier followed
 by a colon.  The LABEL identifies the loop for the loop control
 statements C<next>, C<last>, and C<redo>.