fixing silly typo.

This commit is contained in:
Jeremy Ashkenas
2011-07-13 17:05:20 -04:00
parent 39b07d7b2c
commit 9e8fc83040

View File

@@ -1283,7 +1283,7 @@ _([1, 2, 3]).value();
<p>
<b class="header">1.1.7</b> &mdash; <small><i>July 13, 2011</i></small><br />
Added <tt>_.groupBy</tt>, which aggregates a collection into groups of like items.
Added <tt>_.untion</tt> and <tt>_.difference</tt>, to complement the
Added <tt>_.union</tt> and <tt>_.difference</tt>, to complement the
(re-named) <tt>_.intersection</tt>.
Various improvements for support of sparse arrays.
<tt>_.toArray</tt> now returns a clone, if directly passed an array.