summaryrefslogtreecommitdiff
path: root/docs/v3/module-Collections.html
diff options
context:
space:
mode:
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>