Author: larry Date: Mon Jan 22 11:47:39 2007 New Revision: 13533 Modified: doc/trunk/design/syn/S04.pod
Log: typo from TreyHarris++ Modified: doc/trunk/design/syn/S04.pod ============================================================================== --- doc/trunk/design/syn/S04.pod (original) +++ doc/trunk/design/syn/S04.pod Mon Jan 22 11:47:39 2007 @@ -438,7 +438,7 @@ A variant of C<do> is C<gather>. Like C<do>, it is followed by a statement or block, and executes it once. Unlike C<do>, its return -value is a specified by calling the C<take> function one or more times +value is specified by calling the C<take> function one or more times within the dynamic scope of the gather. The returned values are in the form of a lazy multidim list, with each dimension corresponding to one C<take> slice. (A multidim is flattened in most list contexts.).