Author: diakopter Date: 2010-05-06 01:59:45 +0200 (Thu, 06 May 2010) New Revision: 30559
Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] fix Freudian slap toyp Modified: docs/Perl6/Spec/S06-routines.pod =================================================================== --- docs/Perl6/Spec/S06-routines.pod 2010-05-05 20:06:02 UTC (rev 30558) +++ docs/Perl6/Spec/S06-routines.pod 2010-05-05 23:59:45 UTC (rev 30559) @@ -124,7 +124,7 @@ multi method semantics, which restricted multimethods to a single class; the old semantics is equivalent to defining a proto in every class that has multimethods. The new way gives the user the ability to intermix multis at -different inheritance levels. (The first versoin of Rakudo * is not expected +different inheritance levels. (The first version of Rakudo * is not expected to implement this).] Also, the old semantics of C<proto> providing the most-default multi body