summaryrefslogtreecommitdiff
path: root/lib/race.js
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-04-12 01:44:30 -0700
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-12 18:46:35 -0400
commit385c0550d0822b49e2205bdfffa24106c7ef4c64 (patch)
tree62ab1510e13c6cc7bcc7e3b50237782c483642b6 /lib/race.js
parentd9675a9032ed86048620a83d3e6bc636fef370b2 (diff)
downloadasync-385c0550d0822b49e2205bdfffa24106c7ef4c64.tar.gz
jsdoc-style documentation for `Control Flow` methods
this should be the last of the public methods requiring documentaiton
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.