summaryrefslogtreecommitdiff
path: root/docs/v3/module-Collections.html
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@reddit.com>2021-08-05 16:20:34 -0700
committerAlexander Early <alexander.early@reddit.com>2021-08-05 16:20:34 -0700
commitb1b69b03b35022c6c9dfb8f4b9c1ace8f1baf5be (patch)
treea3fba8c83ef8a62e6c472a5c6fa0a576dc853134 /docs/v3/module-Collections.html
parentcac52e3978ad4675fb37995076a6331117bd99af (diff)
downloadasync-b1b69b03b35022c6c9dfb8f4b9c1ace8f1baf5be.tar.gz
regen docs
Diffstat (limited to 'docs/v3/module-Collections.html')
-rw-r--r--docs/v3/module-Collections.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/v3/module-Collections.html b/docs/v3/module-Collections.html
index 6d21404..96f2d3a 100644
--- a/docs/v3/module-Collections.html
+++ b/docs/v3/module-Collections.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.0 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.1 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -7251,7 +7251,7 @@ probably a good idea to do so.</p>
<td class="description last"><p>A function applied to each item in the
array to produce the next step in the reduction.
The <code>iteratee</code> should complete with the next state of the reduction.
-If the iteratee complete with an error, the reduction is stopped and the
+If the iteratee completes with an error, the reduction is stopped and the
main <code>callback</code> is immediately called with the error.
Invoked with (memo, item, callback).</p></td>
</tr>
@@ -7577,7 +7577,7 @@ async () =&gt; {
<td class="description last"><p>A function applied to each item in the
array to produce the next step in the reduction.
The <code>iteratee</code> should complete with the next state of the reduction.
-If the iteratee complete with an error, the reduction is stopped and the
+If the iteratee completes with an error, the reduction is stopped and the
main <code>callback</code> is immediately called with the error.
Invoked with (memo, item, callback).</p></td>
</tr>