Skip to content

Commit

Permalink
adding a 'do', for better parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 27, 2012
1 parent 39387c4 commit 9109bcd
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 @@ -1778,7 +1778,7 @@ <h2 id="changelog">Change Log</h2>
</li>
<li>
<tt>_.debounce</tt>'d functions now return their last updated value,
just like <tt>_.throttle</tt>'d functions.
just like <tt>_.throttle</tt>'d functions do.
</li>
<li>
The <tt>sortBy</tt> function now runs a stable sort algorithm.
Expand Down

0 comments on commit 9109bcd

Please sign in to comment.