diff --git a/packages/underscore/package.js b/packages/underscore/package.js index fe12eca831..3e1ac054f8 100644 --- a/packages/underscore/package.js +++ b/packages/underscore/package.js @@ -1,5 +1,5 @@ Package.describe({ - summary: "Collection of small helper functions (map, each, bind, filter..)" + summary: "Collection of small helper functions (map, each, bind, ...)" }); // XXX or, underscore_min.js, which is even checked in for you ..