that's 42 functions, not 43

This commit is contained in:
Jeremy Ashkenas
2009-10-27 15:28:36 -04:00
parent 5ef845a663
commit 6cff16308d

View File

@@ -76,7 +76,7 @@
</p>
<p>
Underscore provides 43-odd functions that support both the usual
Underscore provides 42-odd functions that support both the usual
functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> &mdash;
as well as more specialized helpers: function binding, javascript
templating, deep equality testing, and so on. It delegates to built-in
@@ -92,17 +92,17 @@
for your perusal.
</p>
<h2>Downloads</h2>
<h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version</a></td>
<td><i>(16kb, Uncompressed Code)</i></td>
<td><i>16kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version</a></td>
<td><i>(4kb, Packed and Gzipped)</i></td>
<td><i>4kb, Packed and Gzipped</i></td>
</tr>
</table>
</p>