summaryrefslogtreecommitdiff
path: root/lib/bigrat.pm
diff options
context:
space:
mode:
authorTels <nospam-abuse@bloodgate.com>2007-08-03 14:06:01 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2007-08-03 11:38:26 +0000
commit43cde5e1e83b30bf5686de126e495824ad2a47d9 (patch)
tree61f8d81cfc732a9cb31ea1e52befb68f1c3427b2 /lib/bigrat.pm
parent34cd037df94a4e384dfaf78f348e460a3c9dafd8 (diff)
downloadperl-43cde5e1e83b30bf5686de126e495824ad2a47d9.tar.gz
fix typo in bigint POD
Message-Id: <200708031206.10365@bloodgate.com> p4raw-id: //depot/perl@31679
Diffstat (limited to 'lib/bigrat.pm')
-rw-r--r--lib/bigrat.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bigrat.pm b/lib/bigrat.pm
index 70dddd9026..30acd27560 100644
--- a/lib/bigrat.pm
+++ b/lib/bigrat.pm
@@ -485,13 +485,13 @@ This will be hopefully fixed soon ;)
=item hex
-Override the build-in hex() method with a version that can handle big
+Override the built-in hex() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".
=item oct
-Override the build-in oct() method with a version that can handle big
+Override the built-in oct() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".