summaryrefslogtreecommitdiff
path: root/lib/bigint.pm
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2004-09-06 15:09:51 +0400
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2004-09-08 20:33:55 +0000
commitf9156151b874f37c4f61050b776344e7f7bd5fbe (patch)
treefaf2d2ebb28ef9d29136df18ee662c9746db11c8 /lib/bigint.pm
parente4c28a9f9392ef0dd068270ebd8d19899d1903a2 (diff)
downloadperl-f9156151b874f37c4f61050b776344e7f7bd5fbe.tar.gz
lib/bigint.pm tiny typo fix
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@23283
Diffstat (limited to 'lib/bigint.pm')
-rw-r--r--lib/bigint.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bigint.pm b/lib/bigint.pm
index 73923ee50e..69f80a2164 100644
--- a/lib/bigint.pm
+++ b/lib/bigint.pm
@@ -197,7 +197,7 @@ bigint - Transparent BigInteger support for Perl
=head1 SYNOPSIS
- use bignt;
+ use bigint;
$x = 2 + 4.5,"\n"; # BigInt 6
print 2 ** 512,"\n"; # really is what you think it is