Documentation (includes): value -> target. [ci skip]

This commit is contained in:
Thomas Wienecke
2015-07-08 21:39:59 +02:00
committed by John-David Dalton
parent 230f90173c
commit 1a772023d5

View File

@@ -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`.