Fix English error in overload.pm
authorAndy Lester <andy@petdance.com>
Thu, 28 Jul 2005 14:10:43 +0000 (09:10 -0500)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 29 Jul 2005 07:19:11 +0000 (07:19 +0000)
Message-ID: <20050728191043.GC607@petdance.com>

p4raw-id: //depot/perl@25242

lib/overload.pm

index 71b550a..da290dd 100644 (file)
@@ -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