From 12af298e333eefece2c50694a007e4b9bcf011d3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 23 Sep 2015 22:45:35 -0700 Subject: [PATCH] Cleanup doc descriptions for `_.modArgs` and `_.modArgsSet`. [ci skip] --- lodash.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lodash.js b/lodash.js index 28da12737..99e1f0efb 100644 --- a/lodash.js +++ b/lodash.js @@ -7689,8 +7689,8 @@ } /** - * Creates a function that runs each argument through a corresponding - * transform function. + * Creates a function that invokes `func` with arguments modified by + * corresponding `transforms`. * * @static * @memberOf _ @@ -7724,7 +7724,7 @@ }); /** - * This method is like `_.modArgs` except that each transform function is + * This method is like `_.modArgs` except that each of the `transforms` is * provided all arguments the created function is invoked with. * * @static