diff options
author | Marc Simpson <marc@0branch.com> | 2013-10-23 15:19:23 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-10-23 18:03:27 -0700 |
commit | f4a32604b0350860ade2d8c1b730e57babbf7e5c (patch) | |
tree | f4ca4317714a102fe8becff82c5a0aa77ba4dbe7 /dist/bignum | |
parent | a070ea36c093aeace6cd1f728c1e38a19f474a49 (diff) | |
download | perl-f4a32604b0350860ade2d8c1b730e57babbf7e5c.tar.gz |
Minor bignum POD fix (capitalisation).
Diffstat (limited to 'dist/bignum')
-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 c09f0535fc..3b4339690c 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -551,7 +551,7 @@ If you want the code to die instead of falling back, use C<only> instead: The numbers are stored as objects, and their internals might change at anytime, especially between math operations. The objects also might belong to different -classes, like Math::BigInt, or Math::BigFLoat. Mixing them together, even +classes, like Math::BigInt, or Math::BigFloat. Mixing them together, even with normal scalars is not extraordinary, but normal and expected. You should not depend on the internal format, all accesses must go through |