Fix typo.

This commit is contained in:
Jason Davies
2011-10-15 11:09:49 +01:00
parent 8fe19f2023
commit 2085963d19

View File

@@ -776,7 +776,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>