summaryrefslogtreecommitdiff
path: root/lib/reduce.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reduce.js')
-rw-r--r--lib/reduce.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reduce.js b/lib/reduce.js
index 4718631..d2fe1c2 100644
--- a/lib/reduce.js
+++ b/lib/reduce.js
@@ -20,7 +20,7 @@ import once from './internal/once';
* @alias inject
* @alias foldl
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {*} memo - The initial state of the reduction.
* @param {Function} iteratee - A function applied to each item in the
* array to produce the next step in the reduction. The `iteratee` is passed a