diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2004-09-06 15:09:51 +0400 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-09-08 20:33:55 +0000 |
commit | f9156151b874f37c4f61050b776344e7f7bd5fbe (patch) | |
tree | faf2d2ebb28ef9d29136df18ee662c9746db11c8 /lib/bigint.pm | |
parent | e4c28a9f9392ef0dd068270ebd8d19899d1903a2 (diff) | |
download | perl-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.pm | 2 |
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 |