summaryrefslogtreecommitdiff
path: root/lib/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/map.js')
-rw-r--r--lib/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/map.js b/lib/map.js
index 24af6fb..eecab03 100644
--- a/lib/map.js
+++ b/lib/map.js
@@ -23,7 +23,7 @@ import doLimit from './internal/doLimit';
* @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, transformed)` which must be called
* once it has completed with an error (which can be `null`) and a