diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:17:22 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:17:22 +0200 |
commit | fb78fdcd12d30a6a41c12c697ef31593f4bc5d94 (patch) | |
tree | 6e6928c5f75e179b8546f0000319bb1b6378e43a /lib/UNIVERSAL.pm | |
parent | 2108160ef633eaf83b7335df0336ca1f5e0e0462 (diff) | |
download | perl-fb78fdcd12d30a6a41c12c697ef31593f4bc5d94.tar.gz |
Spell-check fixes in lib
Diffstat (limited to 'lib/UNIVERSAL.pm')
-rw-r--r-- | lib/UNIVERSAL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index d11b893db9..e30f5a7eda 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -147,7 +147,7 @@ I<undef>. This includes methods inherited or imported by C<$obj>, C<CLASS>, or C<VAL>. C<can> cannot know whether an object will be able to provide a method through -AUTOLOAD (unless the object's class has overriden C<can> appropriately), so a +AUTOLOAD (unless the object's class has overridden C<can> appropriately), so a return value of I<undef> does not necessarily mean the object will not be able to handle the method call. To get around this some module authors use a forward declaration (see L<perlsub>) for methods they will handle via AUTOLOAD. For |