Author: larry Date: Thu Feb 23 15:05:58 2006 New Revision: 7821 Modified: doc/trunk/design/syn/S12.pod Log: another typo
Modified: doc/trunk/design/syn/S12.pod ============================================================================== --- doc/trunk/design/syn/S12.pod (original) +++ doc/trunk/design/syn/S12.pod Thu Feb 23 15:05:58 2006 @@ -310,7 +310,7 @@ which as a singleton object knows your p our $count; method ^count { return $count } -Such a I<metaclass method> is always delegated to C<.meta> just as method like +Such a I<metaclass method> is always delegated to C<.meta> just as methods like C<.does> are, so it's possible to call this as C<Dog.count> or C<$dog.count>. However, best practice is probably to call such a class method as C<Dog.^count> or C<$dog.^count> to make it clear that it's in its own namespace separate