Skip to content

Commit

Permalink
Improve grammar
Browse files Browse the repository at this point in the history
Per suggestion by oodler577 in #18736.

With correction reported as needed by grinnz in
#18806.
  • Loading branch information
jkeenan committed May 31, 2021
1 parent 047a0ea commit ffa5817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pod/perlnumber.pod
Expand Up @@ -128,11 +128,11 @@ used may lead to breakage of some of the above rules.

=head1 Flavors of Perl numeric operations

Perl operations which take a numeric argument treat that argument in one
of four different ways: they may force it to one of the integer/floating/
string formats, or they may behave differently depending on the format of
the operand. Forcing a numeric value to a particular format does not
change the number stored in the value.
Perl operations which take a numeric argument treat that argument in one of
four different ways: they may force it to one of the integer, floating, or
string formats; or they may behave differently depending on the format of the
operand. Forcing a numeric value to a particular format does not change the
number stored in the value.

All the operators which need an argument in the integer format treat the
argument as in modular arithmetic, e.g., C<mod 2**32> on a 32-bit
Expand Down

0 comments on commit ffa5817

Please sign in to comment.