Cleanup doc descriptions for _.modArgs and _.modArgsSet. [ci skip]

This commit is contained in:
John-David Dalton
2015-09-23 22:45:35 -07:00
parent 0429f27c54
commit 12af298e33

View File

@@ -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