]> gitweb.factorcode.org Git - factor.git/commitdiff
remove inaccurate comment from sequences docs example
authorJoe Groff <arcata@gmail.com>
Thu, 29 Oct 2009 20:34:38 +0000 (15:34 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 29 Oct 2009 20:34:38 +0000 (15:34 -0500)
core/sequences/sequences-docs.factor

index 8851628b21c78753aae6cf83589c7acc1eec237b..a9897d9ec1506f31291bc81e6a1c17a5340cbd31 100755 (executable)
@@ -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"