summaryrefslogtreecommitdiff
path: root/lib/constant.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constant.js')
-rw-r--r--lib/constant.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/constant.js b/lib/constant.js
index a5e32fa..c7dd50f 100644
--- a/lib/constant.js
+++ b/lib/constant.js
@@ -3,12 +3,13 @@ import initialParams from './internal/initialParams';
/**
* Returns a function that when called, calls-back with the values provided.
- * Useful as the first function in a `waterfall`, or for plugging values in to
- * `auto`.
+ * Useful as the first function in a [`waterfall`]{@link module:ControlFlow.waterfall}, or for plugging values in to
+ * [`auto`]{@link module:ControlFlow.auto}.
*
* @name constant
* @static
- * @memberOf async
+ * @memberOf module:Utils
+ * @method
* @category Util
* @param {...*} arguments... - Any number of arguments to automatically invoke
* callback with.