]> gitweb.factorcode.org Git - factor.git/commitdiff
math: [docs] correct each-integer-from
authorrazetime <raghuallthetime@hotmail.com>
Tue, 13 Dec 2022 07:52:28 +0000 (13:22 +0530)
committerrazetime <raghuallthetime@hotmail.com>
Tue, 13 Dec 2022 07:52:28 +0000 (13:22 +0530)
core/math/math-docs.factor

index 57044660e3d484d52409d41fae1579e07aff2dce..d857a6125dbd067416de6301b8964308e9bc4510 100644 (file)
@@ -475,7 +475,7 @@ HELP: each-integer-from
 { $values
     { "from" integer } { "to" integer } { "quot" quotation }
 }
-{ $description "Applies the quotation to each integer in " { $snippet "[from..to)" } ", returning a list of all the results." } ;
+{ $description "Applies the quotation to each integer in " { $snippet "[from..to)" } " in order." } ;
 
 HELP: integer>fixnum
 { $values