From f4a32604b0350860ade2d8c1b730e57babbf7e5c Mon Sep 17 00:00:00 2001 From: Marc Simpson Date: Wed, 23 Oct 2013 15:19:23 +0100 Subject: Minor bignum POD fix (capitalisation). --- dist/bignum/lib/bignum.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/bignum') 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 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 -- cgit v1.2.1