summaryrefslogtreecommitdiff
path: root/lib/race.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/race.js')
-rw-r--r--lib/race.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/race.js b/lib/race.js
index b12b2e7..f797b85 100644
--- a/lib/race.js
+++ b/lib/race.js
@@ -14,7 +14,7 @@ import once from './internal/once';
* @name race
* @static
* @memberOf async
- * @category Util
+ * @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
* error `err` (which can be `null`) and an optional `result` value.