Skip to content

Commit

Permalink
Doc: cleanup markup in _.map section
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-R committed Nov 9, 2016
1 parent c2e2eff commit a6bd137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
<span class="alias">Alias: <b>collect</b></span>
<br />
Produces a new array of values by mapping each value in <b>list</b>
through a transformation function (<b>iteratee</b>). The <tt>iteratee</tt>
through a transformation function (<b>iteratee</b>). The iteratee
is passed three arguments: the <tt>value</tt>, then the <tt>index</tt>
(or <tt>key</tt>) of the iteration, and finally a reference to the entire
<tt>list</tt>.
Expand Down

0 comments on commit a6bd137

Please sign in to comment.