From 7165ef6f5ede431fd8602105b23af48126eddb84 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 3 Apr 2016 19:57:32 -0700 Subject: [PATCH] Minor doc tweak to `_.rearg`. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 354edbcef..99bcd60ae 100644 --- a/lodash.js +++ b/lodash.js @@ -9707,7 +9707,7 @@ /** * 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 second argument, and so on. *