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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/v3/module-Collections.html b/docs/v3/module-Collections.html
index 96f2d3a..a71eaa9 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.1 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.2 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -5558,7 +5558,7 @@ properties are arrays of values which returned the corresponding key.</p></td>
</code></pre>
<p>Produces a new collection of values by mapping each value in <code>coll</code> through
the <code>iteratee</code> function. The <code>iteratee</code> is called with an item from <code>coll</code>
-and a callback for when it has finished processing. Each of these callback
+and a callback for when it has finished processing. Each of these callbacks
takes 2 arguments: an <code>error</code>, and the transformed item from <code>coll</code>. If
<code>iteratee</code> passes an error to its callback, the main <code>callback</code> (for the
<code>map</code> function) is immediately called with the error.</p>