Minor doc tweak to _.rearg. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-03 19:57:32 -07:00
parent c01e0cd7d1
commit 7165ef6f5e

View File

@@ -9707,7 +9707,7 @@
/** /**
* Creates a function that invokes `func` with arguments arranged according * Creates a function that invokes `func` with arguments arranged according
* to the specified indexes where the argument value at the first index is * to the specified `indexes` where the argument value at the first index is
* provided as the first argument, the argument value at the second index is * provided as the first argument, the argument value at the second index is
* provided as the second argument, and so on. * provided as the second argument, and so on.
* *