]> gitweb.factorcode.org Git - factor.git/commitdiff
math.extras: fix desc of nonzero
authorrazetime <raghuallthetime@hotmail.com>
Sat, 6 May 2023 02:51:43 +0000 (08:21 +0530)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 May 2023 16:43:58 +0000 (09:43 -0700)
extra/math/extras/extras-docs.factor

index cc6a34f6ad9e65b0249a671107741aab012ab7af..5a462fbbce59433fac53ec8a461aed2acb2f245f 100644 (file)
@@ -81,7 +81,7 @@ HELP: majority
 
 HELP: nonzero
 { $values { "seq" sequence } { "seq'" sequence } }
-{ $description "Outputs a new sequence of the same type as " { $snippet "seq" } " with all non-zero elements removed." } ;
+{ $description "Outputs a new sequence of the same type as " { $snippet "seq" } " with all zero elements removed." } ;
 
 HELP: round-away-from-zero
 { $values { "x" number } { "y" number } }