diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index cb13e04e5..d4a114468 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -114,8 +114,8 @@ Methods with custom argument orders:
Methods with unchanged argument orders:
<%= toFuncList(_.keys(mapping.skipRearg)) %> -The methods `partial` & `partialRight` accept an array of arguments to partially -apply as their second parameter. +The methods `invokeArgs`, `invokeArgsMap`, `partial`, `partialRight`, & `without` +accept an array of arguments as their second parameter. #### New Methods