We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 072d417 commit 0baeda1Copy full SHA for 0baeda1
source/invoker.js
@@ -18,7 +18,7 @@ import toString from './toString';
18
* @sig Number -> String -> (a -> b -> ... -> n -> Object -> *)
19
* @param {Number} arity Number of arguments the returned function should take
20
* before the target object.
21
- * @param {String} method Name of the method to call.
+ * @param {String} method Name of any of the target object's methods to call.
22
* @return {Function} A new curried function.
23
* @see R.construct
24
* @example
0 commit comments