Author: larry
Date: Thu Feb  8 18:27:11 2007
New Revision: 13579

Modified:
   doc/trunk/design/syn/S02.pod

Log:
typo from all_beryb++ :)


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Thu Feb  8 18:27:11 2007
@@ -2613,7 +2613,7 @@
     @result = @x.grep:{...};
 
 However, this I<each() comprehension> is strictly a syntactic transformation,
-so a list computed any other way will not triger the rewrite:
+so a list computed any other way will not trigger the rewrite:
 
     @result = (@x = each(@y)) ~~ {...}; # not a comprehension
 

Reply via email to