Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lessfish committed Oct 12, 2016
1 parent aa715a4 commit 66427f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
function is provided, it will be used on each value to generate the
criterion by which the value is ranked. <i>Infinity</i> is returned
if <b>list</b> is empty, so an <a href="#isEmpty">isEmpty</a> guard
may be required. Non-numerical values in <b>list</b> will be ignored.
may be required. Non-numerical values in <b>list</b> will be ignored.
</p>
<pre>
var numbers = [10, 5, 100, 2, 1000];
Expand Down Expand Up @@ -1301,7 +1301,7 @@ <h2 id="functions">Function (uh, ahem) Functions</h2>
<p id="after">
<b class="header">after</b><code>_.after(count, function)</code>
<br />
Creates a version of the function that will only be run after first
Creates a version of the function that will only be run after
being called <b>count</b> times. Useful for grouping asynchronous responses,
where you want to be sure that all the async calls have finished, before
proceeding.
Expand Down

0 comments on commit 66427f5

Please sign in to comment.