Flip "n" and "index" in _.nth and _.nthArg docs. [ci skip]

This commit is contained in:
John-David Dalton
2016-05-08 16:50:38 -07:00
parent 43fffe3200
commit 901e3dcff2

View File

@@ -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.
*
* @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.
*
* @static