Revert the attack of the italics.

This commit is contained in:
Jeremy Ashkenas
2010-10-25 11:58:11 -04:00
parent 3ba999c8b3
commit f260ac24b6

View File

@@ -1053,7 +1053,7 @@ alert(chapters.pluck('title'));
<p class="warning">
Brief aside: This comparator function is different than JavaScript's regular
"sort", which must return <tt>0</tt>, <tt>1</tt>, or <tt>-1</tt>,
and is more similar to a <tt>sortBy</tt><i> &mdash; a much nicer API.
and is more similar to a <tt>sortBy</tt> &mdash; a much nicer API.
</p>
<p id="Collection-sort">