diff options
Diffstat (limited to 'lib/nextTick.js')
-rw-r--r-- | lib/nextTick.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/nextTick.js b/lib/nextTick.js index 9a1d6a0..f6c9fca 100644 --- a/lib/nextTick.js +++ b/lib/nextTick.js @@ -12,7 +12,8 @@ import { hasNextTick, hasSetImmediate, fallback, wrap } from './internal/setImm * * @name nextTick * @static - * @memberOf async + * @memberOf module:async + * @method * @alias setImmediate * @category Util * @param {Function} callback - The function to call on a later loop around |