diff options
author | Andy Lester <andy@petdance.com> | 2005-07-28 09:10:43 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-29 07:19:11 +0000 |
commit | 7adf7a021c614ccf36e9216ce29d1eafb15992bf (patch) | |
tree | 09325d8b766cf09fc439f79d58e03a2b064cc632 /lib/overload.pm | |
parent | 6b275a1faab554e85a79bafae9c99ec0d6ed3d18 (diff) | |
download | perl-7adf7a021c614ccf36e9216ce29d1eafb15992bf.tar.gz |
Fix English error in overload.pm
Message-ID: <20050728191043.GC607@petdance.com>
p4raw-id: //depot/perl@25242
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 71b550ad53..da290ddc3a 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -170,7 +170,7 @@ __END__ =head1 NAME -overload - Package for overloading perl operations +overload - Package for overloading Perl operations =head1 SYNOPSIS @@ -717,12 +717,12 @@ Returns C<undef> or a reference to the method that implements C<op>. =head1 Overloading constants -For some application Perl parser mangles constants too much. It is possible -to hook into this process via overload::constant() and overload::remove_constant() -functions. +For some applications, the Perl parser mangles constants too much. +It is possible to hook into this process via the C<overload::constant()> +and C<overload::remove_constant()> functions. These functions take a hash as an argument. The recognized keys of this hash -are +are: =over 8 |