Author: lwall
Date: 2009-09-22 00:09:17 +0200 (Tue, 22 Sep 2009)
New Revision: 28348

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] revise thinko spotted by spinclad++


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-09-21 21:26:58 UTC (rev 28347)
+++ docs/Perl6/Spec/S03-operators.pod   2009-09-21 22:09:17 UTC (rev 28348)
@@ -1825,8 +1825,8 @@
     100, 200, 300 ... *, 1000
 
 In the latter case the preceding 3 elements are used to deduce
-the correct arithmetic progression, so the 3, 30, and 300
-terms are necessary.
+the correct arithmetic progression, so the 30 and 300
+terms are necessary to prevent interpretation as geometric.
 
 If the first element of the list is numeric, a C<*> is assumed
 before it, and the first element is again taken as the limit.

Reply via email to