Author: vamped
Date: 2010-02-20 00:33:02 +0100 (Sat, 20 Feb 2010)
New Revision: 29783

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
minor typo fix

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-02-19 22:45:09 UTC (rev 29782)
+++ docs/Perl6/Spec/S03-operators.pod   2010-02-19 23:33:02 UTC (rev 29783)
@@ -1810,7 +1810,7 @@
 
 C<< infix:<...> >>, the series operator.
 
-As a list infix operator, C<...> takes a left on both its left and
+As a list infix operator, C<...> takes a list on both its left and
 right and evaluates them as lazily as possible to produce the desired
 series of values.  The lists are evaluated as flat lists.
 

Reply via email to