From bda6f2795f07d53c8a4788f23bbdd2357b1dc2b6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 4 Dec 2018 20:26:22 -0800 Subject: [PATCH] Update wording of fp wiki template for method spread rule exceptions. --- 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 f50ead472..39409ecf4 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 as their last or only argument:
+Methods that accept an array as their last, second to last, or only argument:
<%= toFuncList(_.keys(mapping.methodSpread)) %> Methods with unchanged argument orders: