Author: lwall
Date: 2010-07-13 01:50:39 +0200 (Tue, 13 Jul 2010)
New Revision: 31649

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] typo for jnthn++


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-07-12 21:25:25 UTC (rev 31648)
+++ docs/Perl6/Spec/S02-bits.pod        2010-07-12 23:50:39 UTC (rev 31649)
@@ -4598,7 +4598,7 @@
     statement_mod_loop:sym<for>                    .say for 1..10
     statement_prefix:sym<gather>                   gather for @foo { .take }
     term:sym<!!!>                                  $x = { !!! }
-    trait_does:sym<does>                           my $x does Freezable
+    trait_mod:sym<does>                            my $x does Freezable
     twigil:sym<?>                                  $?LINE
     type_declarator:sym<subset>                    subset Nybble of Int where 
^16
 

Reply via email to