Skip to content

Commit 513c0ae

Browse files
committed
Update list of fp methods with spread arguments. [ci skip]
1 parent f0f6a1e commit 513c0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fp/template/doc/wiki.jst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Methods with custom argument orders:<br>
114114
Methods with unchanged argument orders:<br>
115115
<%= toFuncList(_.keys(mapping.skipRearg)) %>
116116

117-
The methods `partial` & `partialRight` accept an array of arguments to partially
118-
apply as their second parameter.
117+
The methods `invokeArgs`, `invokeArgsMap`, `partial`, `partialRight`, & `without`
118+
accept an array of arguments as their second parameter.
119119

120120
#### New Methods
121121

0 commit comments

Comments
 (0)