Author: larry
Date: Thu Feb  8 18:18:06 2007
New Revision: 13578

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

Log:
typo from dataweaver++


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

Reply via email to