Update fp doc template for fp.reduceRight iteratee argument order. [ci skip]

This commit is contained in:
John-David Dalton
2016-12-24 11:20:46 -06:00
parent f7263047bf
commit 6672a4f942

View File

@@ -64,7 +64,7 @@ Methods that cap iteratees to one argument:<br>
Methods that cap iteratees to two arguments:<br>
<%= 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
@@ -135,6 +135,8 @@ Methods with custom argument orders:<br>
return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
}).join('\n') %>
The iteratee of `reduceRight` has an argument order of: `(b, a)`
#### New Methods
Not all variadic methods have corresponding new method variants. Feel free to