diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-10 07:34:36 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-10 07:34:36 +0200 |
commit | 7cfad88d1babab6014ea50f0320057c5043349b2 (patch) | |
tree | 28a4d3979321a092a3f12e7bba276da575560083 /dist/Math-BigInt | |
parent | f70b6958463781530663b2dd692b20274bf8f17c (diff) | |
download | perl-7cfad88d1babab6014ea50f0320057c5043349b2.tar.gz |
Fix copy/paste documentation error
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index 48005c47a7..939f182a2b 100644 --- a/dist/Math-BigInt/lib/Math/BigInt.pm +++ b/dist/Math-BigInt/lib/Math/BigInt.pm @@ -3508,7 +3508,7 @@ See L<Input> for more info on accepted input formats. =head2 from_bin() - $x = Math::BigInt->from_oct("0x10011"); # input is binary + $x = Math::BigInt->from_bin("0x10011"); # input is binary =head2 bnan() |