Skip to content

Commit

Permalink
Merge pull request jashkenas#1063 from obmarg/every-doc-fix
Browse files Browse the repository at this point in the history
Fixed docs for every/all to show iterator is optional
  • Loading branch information
jashkenas committed Apr 30, 2013
2 parents 9c6f1af + 6e66cc2 commit 211d30f
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 @@ -537,7 +537,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
</pre>

<p id="every">
<b class="header">every</b><code>_.every(list, iterator, [context])</code>
<b class="header">every</b><code>_.every(list, [iterator], [context])</code>
<span class="alias">Alias: <b>all</b></span>
<br />
Returns <i>true</i> if all of the values in the <b>list</b> pass the <b>iterator</b>
Expand Down

0 comments on commit 211d30f

Please sign in to comment.