summaryrefslogtreecommitdiff
path: root/lib/race.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/race.js')
-rw-r--r--lib/race.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/race.js b/lib/race.js
index 2b8ad39..893e860 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:ControlFlow
+ * @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