diff options
Diffstat (limited to 'dist/bignum/lib/bignum.pm')
-rw-r--r-- | dist/bignum/lib/bignum.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index a7cd9777c1..96d2e06dd0 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -600,7 +600,7 @@ numbers or as a result of 0/0. '+inf' and '-inf' represent plus respectively minus infinity. You will get '+inf' when dividing a positive number by 0, and '-inf' when dividing any negative number by 0. -=head1 CAVAETS +=head1 CAVEATS =over 2 |