Remove argument number specifier in methodSpread note. [closes #2390] [ci skip]

This commit is contained in:
John-David Dalton
2016-05-29 15:02:27 -07:00
parent 0ccaf76661
commit 6ccea636b1

View File

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