summaryrefslogtreecommitdiff
path: root/src/parallel.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/parallel.clj')
-rw-r--r--src/parallel.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parallel.clj b/src/parallel.clj
index bc9d5a9a..58fed289 100644
--- a/src/parallel.clj
+++ b/src/parallel.clj
@@ -145,7 +145,7 @@ pvec.
([coll comp] (. (par coll) max comp)))
(defn pmin
- "Returns the maximum element, presuming Comparable elements, unless
+ "Returns the minimum element, presuming Comparable elements, unless
a Comparator comp is supplied"
([coll] (. (par coll) min))
([coll comp] (. (par coll) min comp)))