summaryrefslogtreecommitdiff
path: root/docs/v3/waterfall.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/waterfall.js.html')
-rw-r--r--docs/v3/waterfall.js.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/v3/waterfall.js.html b/docs/v3/waterfall.js.html
index c72b1d5..5e2986d 100644
--- a/docs/v3/waterfall.js.html
+++ b/docs/v3/waterfall.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>
@@ -98,7 +98,7 @@ import awaitify from &apos;./internal/awaitify.js&apos;
* @param {Function} [callback] - An optional callback to run once all the
* functions have completed. This will be passed the results of the last task&apos;s
* callback. Invoked with (err, [results]).
- * @returns undefined
+ * @returns {Promise} a promise, if a callback is omitted
* @example
*
* async.waterfall([