Merge pull request #334 from jasondavies/gh-pages-typo

Fix typo.
This commit is contained in:
Jeremy Ashkenas
2011-10-15 03:12:33 -07:00

View File

@@ -911,7 +911,7 @@ _.functions(_);
<b class="header">extend</b><code>_.extend(destination, *sources)</code>
<br />
Copy all of the properties in the <b>source</b> objects over to the
<b>destination</b> object. It's in-order, to the last source will override
<b>destination</b> object. It's in-order, so the last source will override
properties of the same name in previous arguments.
</p>
<pre>