diff --git a/index.html b/index.html index 0641e9059..de196cdea 100644 --- a/index.html +++ b/index.html @@ -1283,7 +1283,7 @@ _([1, 2, 3]).value();
1.1.7 — July 13, 2011
Added _.groupBy, which aggregates a collection into groups of like items.
- Added _.untion and _.difference, to complement the
+ Added _.union and _.difference, to complement the
(re-named) _.intersection.
Various improvements for support of sparse arrays.
_.toArray now returns a clone, if directly passed an array.