Skip to content

Commit

Permalink
Added return value info to _.times docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsml committed Mar 31, 2013
1 parent c3d6953 commit 8e8647f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,8 @@ <h2 id="utility">Utility Functions</h2>
<b class="header">times</b><code>_.times(n, iterator, [context])</code>
<br />
Invokes the given iterator function <b>n</b> times. Each invocation of
<b>iterator</b> is called with an <tt>index</tt> argument.
<b>iterator</b> is called with an <tt>index</tt> argument. Produces an
array of the returned values.
<br />
<i>Note: this example uses the <a href="#chaining">chaining syntax</a></i>.
</p>
Expand Down

0 comments on commit 8e8647f

Please sign in to comment.