summaryrefslogtreecommitdiff
path: root/lib/sortBy.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sortBy.js')
-rw-r--r--lib/sortBy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sortBy.js b/lib/sortBy.js
index 9b8ffe6..c829200 100644
--- a/lib/sortBy.js
+++ b/lib/sortBy.js
@@ -12,7 +12,7 @@ import map from './map';
* @memberOf module:Collections
* @method
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A function to apply to each item in `coll`.
* The iteratee is passed a `callback(err, sortValue)` which must be called once
* it has completed with an error (which can be `null`) and a value to use as