diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-10 12:14:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 12:14:39 +0200 |
commit | feeef52feb0eb968b227b239f19ebb9d000ab2f8 (patch) | |
tree | 25f73c58c48e775ee394e399db67f3c392986f00 | |
parent | 60f77fa059119ab4ac2eb60885ed88980912d844 (diff) | |
parent | 469b7c948f8e132946ad090df89081784ca2c849 (diff) |
Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docs
Clarify Dictionary duplicate parameters in docs
-rw-r--r-- | doc/classes/Dictionary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 540ebf3931..cf0ed8bf68 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -78,7 +78,7 @@ <argument index="0" name="deep" type="bool" default="false"> </argument> <description> - Creates a copy of the dictionary, and returns it. + Creates a copy of the dictionary, and returns it. The [code]deep[/code] parameter causes inner dictionaries and arrays to be copied recursively, but does not apply to objects. </description> </method> <method name="empty"> |