mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Fix _.indexOf doc example typo. [closes #986] [ci skip]
This commit is contained in:
@@ -4699,7 +4699,7 @@
|
|||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* _.indexOf([1, 2, 1, 2], 2);
|
* _.indexOf([1, 2, 1, 2], 2);
|
||||||
* // => 2
|
* // => 1
|
||||||
*
|
*
|
||||||
* // using `fromIndex`
|
* // using `fromIndex`
|
||||||
* _.indexOf([1, 2, 1, 2], 2, 2);
|
* _.indexOf([1, 2, 1, 2], 2, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user