From 1a772023d5b39d232b2276109604aa70b691ebab Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Wed, 8 Jul 2015 21:39:59 +0200 Subject: [PATCH] Documentation (`includes`): `value` -> `target`. [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.