This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
overload.pm: Typo
authorFather Chrysostomos <sprout@cpan.org>
Fri, 9 Jan 2015 06:20:12 +0000 (22:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:03:53 +0000 (22:03 -0800)
lib/overload.pm

index 9bd15ce..fe1da6b 100644 (file)
@@ -1054,7 +1054,7 @@ the stashes, which are rarely used directly, thus should not slow down
 Perl.)
 
 If a package uses overload, it carries a special flag.  This flag is also
-set when new function are defined or @ISA is modified.  There will be a
+set when new functions are defined or @ISA is modified.  There will be a
 slight speed penalty on the very first operation thereafter that supports
 overloading, while the overload tables are updated.  If there is no
 overloading present, the flag is turned off.  Thus the only speed penalty