aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clojure/contrib/seq_utils.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/seq_utils.clj b/src/clojure/contrib/seq_utils.clj
index 46069fa6..d4c29c46 100644
--- a/src/clojure/contrib/seq_utils.clj
+++ b/src/clojure/contrib/seq_utils.clj
@@ -174,7 +174,8 @@
[pred coll]
(first (filter pred coll)))
-; based on work related to seque. blame Chouser
+; based on work related to Rich Hickey's seque.
+; blame Chouser for anything broken or ugly.
(defn fill-queue
"filler-func will be called in another thread with a single arg
'fill'. filler-func may call fill repeatedly with one arg each