Skip to content

Commit

Permalink
Fixing jashkenas#185
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed May 11, 2011
1 parent 7bc1c9f commit 910af67
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 @@ -431,8 +431,8 @@ <h2>Collection Functions (Arrays or Objects)</h2>
<p id="sortBy">
<b class="header">sortBy</b><code>_.sortBy(list, iterator, [context])</code>
<br />
Returns a sorted <b>list</b>, ranked by the results of running each
value through <b>iterator</b>.
Returns a sorted copy of <b>list</b>, ranked by the results of running
each value through <b>iterator</b>.
</p>
<pre>
_.sortBy([1, 2, 3, 4, 5, 6], function(num){ return Math.sin(num); });
Expand Down

0 comments on commit 910af67

Please sign in to comment.