summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorMartin Hasch <mhasch@cpan.org>2012-06-17 07:42:34 -0600
committerKarl Williamson <public@khwilliamson.com>2012-06-17 07:47:39 -0600
commitfb1a95c6fdfb7b5ac909cd2380a3b319226b28ad (patch)
treef4dd02b64938026746dcd1ff0cfdd46c18cbe798 /pod/perlop.pod
parenta8d1f4b493af3113b5d10ade9f824f102b7b040b (diff)
downloadperl-fb1a95c6fdfb7b5ac909cd2380a3b319226b28ad.tar.gz
PATCH: [perl #113640] Typo in perlop.pod: bignum pragma
There is no 'bitfloat' pragma
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 3edeabd986..6804fec992 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -3179,7 +3179,7 @@ need yourself.
X<number, arbitrary precision>
The standard C<Math::BigInt>, C<Math::BigRat>, and C<Math::BigFloat> modules,
-along with the C<bigint>, C<bigrat>, and C<bitfloat> pragmas, provide
+along with the C<bignum>, C<bigint>, and C<bigrat> pragmas, provide
variable-precision arithmetic and overloaded operators, although
they're currently pretty slow. At the cost of some space and
considerable speed, they avoid the normal pitfalls associated with