diff options
-rw-r--r-- | src/clojure/contrib/agent_utils.clj | 2 | ||||
-rw-r--r-- | src/clojure/contrib/combinatorics.clj | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/clojure/contrib/agent_utils.clj b/src/clojure/contrib/agent_utils.clj index a8c718c6..0ab845d5 100644 --- a/src/clojure/contrib/agent_utils.clj +++ b/src/clojure/contrib/agent_utils.clj @@ -13,7 +13,7 @@ ;; note to other contrib members: feel free to add to this lib (ns - #^{:author "Cheistophe Grande", + #^{:author "Christophe Grande", :doc "Miscellaneous agent utilities (note to other contrib members: feel free to add to this lib)", } 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
|