Author: larry Date: Thu Dec 28 14:31:49 2006 New Revision: 13506 Modified: doc/trunk/design/syn/S12.pod
Log: An "edito" noticed by mj41++. Modified: doc/trunk/design/syn/S12.pod ============================================================================== --- doc/trunk/design/syn/S12.pod (original) +++ doc/trunk/design/syn/S12.pod Thu Dec 28 14:31:49 2006 @@ -787,7 +787,7 @@ !$obj; # same as $obj.prefix:<!> A method call first considers methods (including multi-methods and submethods) -from the class hierarchy of C<$handle>, and fails over to the subroutine +from the class hierarchy of its invocant, and fails over to the subroutine dispatcher as a last resort only if no method can be found in the class hierarchy.