Change 18300 by rgs@rgs-home on 2002/12/12 20:40:22
Subject: [patch] typo in perlop
From: [EMAIL PROTECTED] (Andreas J. Koenig)
Date: Wed, 11 Dec 2002 21:31:14 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlop.pod#107 edit
Differences ...
==== //depot/perl/pod/perlop.pod#107 (text) ====
Index: perl/pod/perlop.pod
--- perl/pod/perlop.pod#106~18184~ Tue Nov 26 12:42:25 2002
+++ perl/pod/perlop.pod Thu Dec 12 12:40:22 2002
@@ -196,7 +196,7 @@
C<$a>. If C<$b> is negative, then C<$a % $b> is C<$a> minus the
smallest multiple of C<$b> that is not less than C<$a> (i.e. the
result will be less than or equal to zero).
-Note than when C<use integer> is in scope, "%" gives you direct access
+Note that when C<use integer> is in scope, "%" gives you direct access
to the modulus operator as implemented by your C compiler. This
operator is not as well defined for negative operands, but it will
execute faster.
End of Patch.