mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Fix typo.
This commit is contained in:
@@ -776,7 +776,7 @@ _.functions(_);
|
|||||||
<b class="header">extend</b><code>_.extend(destination, *sources)</code>
|
<b class="header">extend</b><code>_.extend(destination, *sources)</code>
|
||||||
<br />
|
<br />
|
||||||
Copy all of the properties in the <b>source</b> objects over to the
|
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.
|
properties of the same name in previous arguments.
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user