]> gitweb.factorcode.org Git - factor.git/commitdiff
math.combinatorics: fix $values for all-selections.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 11 Dec 2020 17:24:23 +0000 (09:24 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 11 Dec 2020 17:24:23 +0000 (09:24 -0800)
basis/math/combinatorics/combinatorics-docs.factor

index d0ea1d2b5ac35e3a6e938124b4e52019d4a63ad3..9232d56b21227b94374f92f44ba5178f0946ea66 100644 (file)
@@ -134,7 +134,7 @@ HELP: all-subsets
 } ;
 
 HELP: all-selections
-{ $values { "seq" sequence } { "n" integer } { "selections" sequence } }
+{ $values { "seq" sequence } { "n" integer } { "seq'" sequence } }
 { $description
     "Returns all the ways to take n (possibly the same) items from the "
     "sequence of items."