Skip to content

Commit

Permalink
Add String to valid includes parameters [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Jul 20, 2015
1 parent 87cb4db commit 49f0c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodash.js
Expand Up @@ -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`.
Expand Down

0 comments on commit 49f0c6c

Please sign in to comment.