From edb61c9b24c9d238138eda32582384ed3e168314 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 30 Jun 2015 10:25:21 -0700 Subject: [PATCH] math.combinatorics: private docs again. oops --- basis/math/combinatorics/combinatorics-docs.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/math/combinatorics/combinatorics-docs.factor b/basis/math/combinatorics/combinatorics-docs.factor index 02da187331..3657b8662b 100644 --- a/basis/math/combinatorics/combinatorics-docs.factor +++ b/basis/math/combinatorics/combinatorics-docs.factor @@ -102,6 +102,7 @@ HELP: each-combination { $description "Applies the quotation to each combination of " { $snippet "seq" } " choosing " { $snippet "k" } " elements, in order." } ; +