From 7a345b5606c895d32db7e2af818dcec61fc58adc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 29 Sep 2016 12:55:46 -0700 Subject: [PATCH] Clarify fp spread methods description. [closes #2687] [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 5b903698f..dca1245af 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -123,7 +123,7 @@ A fixed arity of four has an argument order of:
##### Exceptions to the rules -Methods that accept an array of arguments:
+Methods that accept an array as their last or only argument:
<%= toFuncList(_.keys(mapping.methodSpread)) %> Methods with unchanged argument orders: