diff --git a/lodash.js b/lodash.js index cf92b310c..7b1196322 100644 --- a/lodash.js +++ b/lodash.js @@ -5990,7 +5990,7 @@ * @static * @memberOf _ * @category Collection - * @param {Array|Object} collection The collection to search. + * @param {Array|Object|string} collection The collection to search. * @param {*} target The value to search for. * @param {number} [fromIndex=0] The index to search from. * @param- {Object} [guard] Enables use as an iteratee for functions like `_.reduce`.