]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences.extras: correct count-tail docs
authorrazetime <raghuallthetime@hotmail.com>
Tue, 10 Jan 2023 11:16:12 +0000 (16:46 +0530)
committerrazetime <raghuallthetime@hotmail.com>
Tue, 10 Jan 2023 11:16:30 +0000 (16:46 +0530)
extra/sequences/extras/extras-docs.factor

index 752971d52f11e07265c62705e4425c45c55c967d..a02097947d61d2f1c0d98aab13cbcb786b6960aa 100644 (file)
@@ -679,7 +679,7 @@ HELP: count-tail
     { "seq" sequence } { "quot" quotation }
     { "n" integer }
 }
-{ $description "Count the number of values at the beginning of " { $snippet "seq" } " that return a truthy value when passed into " { $snippet "quot" } "." } ;
+{ $description "Count the number of values from the end of " { $snippet "seq" } " that return a truthy value when passed into " { $snippet "quot" } "." } ;
 
 HELP: cut-when
 { $values