diff options
Diffstat (limited to 'lib/race.js')
-rw-r--r-- | lib/race.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/race.js b/lib/race.js index 2b8ad39..d656701 100644 --- a/lib/race.js +++ b/lib/race.js @@ -11,7 +11,8 @@ import once from './internal/once'; * * @name race * @static - * @memberOf async + * @memberOf module:async + * @method * @category Control Flow * @param {Array} tasks - An array containing functions to run. Each function * is passed a `callback(err, result)` which it must call on completion with an |