summaryrefslogtreecommitdiff
path: root/lib/apply.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apply.js')
-rw-r--r--lib/apply.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/apply.js b/lib/apply.js
index 1cf7cb3..465ed10 100644
--- a/lib/apply.js
+++ b/lib/apply.js
@@ -9,7 +9,8 @@ import rest from 'lodash/rest';
*
* @name apply
* @static
- * @memberOf async
+ * @memberOf module:Utils
+ * @method
* @category Util
* @param {Function} function - The function you want to eventually apply all
* arguments to. Invokes with (arguments...).