Author: larry Date: Fri Feb 2 11:14:34 2007 New Revision: 13568 Modified: doc/trunk/design/syn/S03.pod
Log: typo <== thom++ Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Fri Feb 2 11:14:34 2007 @@ -1418,7 +1418,7 @@ if $filename.TEST(:e) { say "exists" } -which which is a generic mechanism that dispatches to the object's +which is a generic mechanism that dispatches to the object's class to find the definition of C<TEST>. (It just happens that C<Str> (filenames) and C<IO> (filehandles) default to the expected filetest semantics, but C<$regex.:i> might tell you whether the regex is case