This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to CPAN.pm 1.9204
[perl5.git] / lib / bigint.pm
index 9ff01de..1766e39 100644 (file)
@@ -396,13 +396,13 @@ Math::BigInt.
 
 =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;".