Skip to content

Commit 20259fd

Browse files
author
Matthew Flaschen
committed
Add the warning about deep=false to the short description as well
1 parent 21c1fb1 commit 20259fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.extend.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<signature>
1717
<added>1.1.4</added>
1818
<argument name="deep" optional="true" type="Boolean">
19-
<desc>If true, the merge becomes recursive (aka. deep copy).</desc>
19+
<desc>If true, the merge becomes recursive (aka. deep copy). Passing <code>false</code> for this argument is not supported.</desc>
2020
</argument>
2121
<argument name="target" type="Object">
2222
<desc>The object to extend. It will receive the new properties.</desc>

0 commit comments

Comments
 (0)