mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Documentation (includes): value -> target. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
230f90173c
commit
1a772023d5
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user