Skip to content

Commit 0baeda1

Browse files
salis010CrossEye
authored andcommittedMay 13, 2019
updated invoker.js documentation (#2821)
1 parent 072d417 commit 0baeda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/invoker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import toString from './toString';
1818
* @sig Number -> String -> (a -> b -> ... -> n -> Object -> *)
1919
* @param {Number} arity Number of arguments the returned function should take
2020
* before the target object.
21-
* @param {String} method Name of the method to call.
21+
* @param {String} method Name of any of the target object's methods to call.
2222
* @return {Function} A new curried function.
2323
* @see R.construct
2424
* @example

0 commit comments

Comments
 (0)
Please sign in to comment.