diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:14:23 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:14:23 +0000 |
commit | 47a2f69414f0c3ff90fb2fad4930d9af3d491d23 (patch) | |
tree | 35700a1ce11bdfd8c60b9b7337cbdadbbac2d89c /src/clojure/contrib/combinatorics.clj | |
parent | a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30 (diff) |
A couple of small corrections to the doc.
Diffstat (limited to 'src/clojure/contrib/combinatorics.clj')
-rw-r--r-- | src/clojure/contrib/combinatorics.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/combinatorics.clj b/src/clojure/contrib/combinatorics.clj index 5b46c235..ca8c8ba2 100644 --- a/src/clojure/contrib/combinatorics.clj +++ b/src/clojure/contrib/combinatorics.clj @@ -64,7 +64,8 @@ On my own computer, I use versions of all these algorithms that return sequences (ns
#^{:author "Mark Engelberg",
:doc "Efficient, functional algorithms for generating lazy
-sequences for common combinatorial functions. (See the source code for a longer description.)"}
+sequences for common combinatorial functions. (See the source code
+for a longer description.)"}
clojure.contrib.combinatorics)
(defn- index-combinations
|