[perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation
Martin Hasch [Mon, 28 Jan 2008 16:56:07 +0000 (08:56 -0800)]
From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4355-1201568166-693.50364-75-0@perl.org>

p4raw-id: //depot/perl@33257

pod/perlop.pod

index c592545..cf2cfc7 100644 (file)
@@ -260,7 +260,7 @@ X<*>
 Binary "/" divides two numbers.
 X</> X<slash>
 
-Binary "%" computes the modulus of two numbers.  Given integer
+Binary "%" computes the division remainder of two numbers.  Given integer
 operands C<$a> and C<$b>: If C<$b> is positive, then C<$a % $b> is
 C<$a> minus the largest multiple of C<$b> that is not greater than
 C<$a>.  If C<$b> is negative, then C<$a % $b> is C<$a> minus the