diff --git a/lodash.src.js b/lodash.src.js index 97b8f928a..78abcb668 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -6676,7 +6676,7 @@ }); /** - * Checks if `value` is in `collection` using + * Checks if `target` is in `collection` using * [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero) * for equality comparisons. If `fromIndex` is negative, it's used as the offset * from the end of `collection`.