From 20259fdfb3bcbb95b312849d528bfc3ef013939c Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 22 Mar 2017 00:09:12 -0400 Subject: [PATCH] Add the warning about deep=false to the short description as well --- entries/jQuery.extend.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/jQuery.extend.xml b/entries/jQuery.extend.xml index ee6fb4a7..42edb4ae 100644 --- a/entries/jQuery.extend.xml +++ b/entries/jQuery.extend.xml @@ -16,7 +16,7 @@ 1.1.4 - If true, the merge becomes recursive (aka. deep copy). + If true, the merge becomes recursive (aka. deep copy). Passing false for this argument is not supported. The object to extend. It will receive the new properties.