mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Cleanup doc descriptions for _.modArgs and _.modArgsSet. [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user