summaryrefslogtreecommitdiff
path: root/lib/log.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.js')
-rw-r--r--lib/log.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/log.js b/lib/log.js
index 848661d..c39e033 100644
--- a/lib/log.js
+++ b/lib/log.js
@@ -11,8 +11,8 @@ import consoleFunc from './internal/consoleFunc';
* @memberOf module:Utils
* @method
* @category Util
- * @param {Function} function - The function you want to eventually apply all
- * arguments to.
+ * @param {AsyncFunction} function - The function you want to eventually apply
+ * all arguments to.
* @param {...*} arguments... - Any number of arguments to apply to the function.
* @example
*