summaryrefslogtreecommitdiff
path: root/docs/v3/docs.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/docs.html')
-rw-r--r--docs/v3/docs.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/v3/docs.html b/docs/v3/docs.html
index e4ff9a3..5afd9b7 100644
--- a/docs/v3/docs.html
+++ b/docs/v3/docs.html
@@ -31,7 +31,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>
@@ -7391,7 +7391,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>
@@ -7717,7 +7717,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>