From 788765709dfa5e0185cbecffad637dbb545a89aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 9 Mar 2020 10:51:17 +0100 Subject: DocData: Fix serialization of Variant default values Co-authored-by: Bojidar Marinov --- doc/classes/Dictionary.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/Dictionary.xml') diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 6104cf165e..062e72388f 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -75,7 +75,7 @@ - + Creates a copy of the dictionary, and returns it. @@ -102,7 +102,7 @@ - + Returns the current value for the specified key in the [Dictionary]. If the key does not exist, the method returns the value of the optional default argument, or [code]null[/code] if it is omitted. -- cgit v1.2.3