summaryrefslogtreecommitdiff
path: root/lib/apply.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apply.js')
-rw-r--r--lib/apply.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/apply.js b/lib/apply.js
index 44f77e4..8c43e34 100644
--- a/lib/apply.js
+++ b/lib/apply.js
@@ -1,6 +1,9 @@
import rest from 'lodash/rest';
/**
+ * ```
+ * import apply from 'async/apply'
+ * ```
* Creates a continuation function with some arguments already applied.
*
* Useful as a shorthand when combined with other control flow functions. Any
@@ -9,7 +12,7 @@ import rest from 'lodash/rest';
*
* @name apply
* @static
- * @memberOf module:async
+ * @memberOf module:Utils
* @method
* @category Util
* @param {Function} function - The function you want to eventually apply all