From 6ccea636b145ef2f612b0d691ffab48ccf35692d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 29 May 2016 15:02:27 -0700 Subject: [PATCH] Remove argument number specifier in `methodSpread` note. [closes #2390] [ci skip] --- lib/fp/template/doc/wiki.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 7db6eaa90..fbe51e08b 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -124,7 +124,7 @@ A fixed arity of four has an argument order of:
##### Exceptions to the rules -Methods that accept an array of arguments as their second parameter:
+Methods that accept an array of arguments:
<%= toFuncList(_.keys(mapping.methodSpread)) %> Methods with unchanged argument orders: