mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Fix typo.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user