diff options
Diffstat (limited to 'lib/NEXT/README')
-rw-r--r-- | lib/NEXT/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/NEXT/README b/lib/NEXT/README index 471b2bb796..7202d00fde 100644 --- a/lib/NEXT/README +++ b/lib/NEXT/README @@ -25,7 +25,7 @@ DESCRIPTION the current class -- to look for a suitable method in other ancestors of C<$self> -- whereas C<$self->SUPER::m()> cannot. - An particularly interesting use of redispatch is in + A particularly interesting use of redispatch is in C<AUTOLOAD>'ed methods. If such a method determines that it is not able to handle a particular call, it may choose to redispatch that call, in the hope that some other C<AUTOLOAD> |