This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mro.pm: Typo
authorFather Chrysostomos <sprout@cpan.org>
Thu, 15 Aug 2013 04:56:13 +0000 (21:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 17 Aug 2013 13:57:33 +0000 (06:57 -0700)
ext/mro/mro.pm

index a005229..47bb2fd 100644 (file)
@@ -205,7 +205,7 @@ return C<0>.  If a package stash is completely
 deleted (not a normal occurrence, but it can happen
 if someone does something like C<undef %PkgName::>),
 the number will be reset to either C<0> or C<1>,
-depending on how completely package was wiped out.
+depending on how completely the package was wiped out.
 
 =head2 next::method