mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Update fp doc template for fp.reduceRight iteratee argument order. [ci skip]
This commit is contained in:
@@ -64,7 +64,7 @@ Methods that cap iteratees to one argument:<br>
|
|||||||
Methods that cap iteratees to two arguments:<br>
|
Methods that cap iteratees to two arguments:<br>
|
||||||
<%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
|
<%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
|
||||||
|
|
||||||
The iteratee of `mapKeys` is invoked with one argument: (key)
|
The iteratee of `mapKeys` is capped to one argument: `(key)`
|
||||||
|
|
||||||
#### Fixed Arity
|
#### Fixed Arity
|
||||||
|
|
||||||
@@ -135,6 +135,8 @@ Methods with custom argument orders:<br>
|
|||||||
return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
|
return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
|
||||||
}).join('\n') %>
|
}).join('\n') %>
|
||||||
|
|
||||||
|
The iteratee of `reduceRight` has an argument order of: `(b, a)`
|
||||||
|
|
||||||
#### New Methods
|
#### New Methods
|
||||||
|
|
||||||
Not all variadic methods have corresponding new method variants. Feel free to
|
Not all variadic methods have corresponding new method variants. Feel free to
|
||||||
|
|||||||
Reference in New Issue
Block a user