mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Flip "n" and "index" in _.nth and _.nthArg docs. [ci skip]
This commit is contained in:
@@ -6849,7 +6849,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the element at `n` index of `array`. If `n` is negative, the nth
|
* Gets the element at index `n` of `array`. If `n` is negative, the nth
|
||||||
* element from the end is returned.
|
* element from the end is returned.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
@@ -14978,7 +14978,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a function that gets the argument at `n` index. If `n` is negative,
|
* Creates a function that gets the argument at index `n`. If `n` is negative,
|
||||||
* the nth argument from the end is returned.
|
* the nth argument from the end is returned.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user