diff options
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 c006547db0..c0e7ebdee2 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -38,7 +38,7 @@ C<isa> can be called as either a static or object method call. =item can ( METHOD ) C<can> checks if the object has a method called C<METHOD>. If it does -then a reference to the sub is returned. If it does not the I<undef> +then a reference to the sub is returned. If it does not then I<undef> is returned. C<can> can be called as either a static or object method call. |