summaryrefslogtreecommitdiff
path: root/docs/v3/race.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/race.js.html')
-rw-r--r--docs/v3/race.js.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/v3/race.js.html b/docs/v3/race.js.html
index b941ab0..d3f19a2 100644
--- a/docs/v3/race.js.html
+++ b/docs/v3/race.js.html
@@ -30,7 +30,7 @@
</div>
<ul class="nav navbar-nav">
<li id="version-dropdown" class="dropdown">
- <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.3 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.4 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -95,7 +95,7 @@ import awaitify from &apos;./internal/awaitify.js&apos;
* @param {Function} callback - A callback to run once any of the functions have
* completed. This function gets an error or result from the first function that
* completed. Invoked with (err, result).
- * @returns undefined
+ * @returns {Promise} a promise, if a callback is omitted
* @example
*
* async.race([