Author: lwall Date: 2010-02-20 16:36:14 +0100 (Sat, 20 Feb 2010) New Revision: 29791
Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] thinko spotted by TheDamian++ Modified: docs/Perl6/Spec/S03-operators.pod =================================================================== --- docs/Perl6/Spec/S03-operators.pod 2010-02-20 15:34:25 UTC (rev 29790) +++ docs/Perl6/Spec/S03-operators.pod 2010-02-20 15:36:14 UTC (rev 29791) @@ -1951,7 +1951,6 @@ my $n = 0; 1,2,4 ... $n; # (), geometric increasing -1,-2 ... $n; # (), arithmetic decreasing - 1 ... $n; # (), .succ increasing For a geometric series with sign changes, the same criterion is used, but applied only to the absolute value, and the impossibility of a limit is