mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Tweak _.modArgs docs. [ci skip]
This commit is contained in:
@@ -8032,7 +8032,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a function that runs each argument through a transform function.
|
* Creates a function that runs each argument through a corresponding
|
||||||
|
* transform function.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -8052,7 +8053,7 @@
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* var modded = _.modArgs(function(x, y) {
|
* var modded = _.modArgs(function(x, y) {
|
||||||
* return [x , y];
|
* return [x, y];
|
||||||
* }, square, doubled);
|
* }, square, doubled);
|
||||||
*
|
*
|
||||||
* modded(1, 2);
|
* modded(1, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user