Clarify fp spread methods description. [closes #2687] [ci skip]

This commit is contained in:
John-David Dalton
2016-09-29 12:55:46 -07:00
parent b6d8116882
commit 7a345b5606

View File

@@ -123,7 +123,7 @@ A fixed arity of four has an argument order of:<br>
##### Exceptions to the rules ##### Exceptions to the rules
Methods that accept an array of arguments:<br> Methods that accept an array as their last or only argument:<br>
<%= toFuncList(_.keys(mapping.methodSpread)) %> <%= toFuncList(_.keys(mapping.methodSpread)) %>
Methods with unchanged argument orders:<br> Methods with unchanged argument orders:<br>