remove inaccurate comment from sequences docs example

db4
Joe Groff 2009-10-29 15:34:38 -05:00
parent a8b9477fe7
commit 3cf641a87c
1 changed files with 0 additions and 1 deletions

View File

@ -979,7 +979,6 @@ HELP: sigma
{ $values { "seq" sequence } { "quot" quotation } { "n" number } }
{ $description "Like map sum, but without creating an intermediate sequence." }
{ $example
"! Find the sum of the squares [0,99]"
"USING: math math.ranges sequences prettyprint ;"
"100 [1,b] [ sq ] sigma ."
"338350"