diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-06-11 10:45:27 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-02 08:42:20 +0800 |
commit | 7cf9ed5f656f24ee5afa8e7087ae167736449c89 (patch) | |
tree | 9b3463470f56702d3299e10e0da0bcb381e5a111 /doc/classes/Dictionary.xml | |
parent | 3978628c6cc1227250fc6ed45c8d854d24c30c30 (diff) | |
download | redot-engine-7cf9ed5f656f24ee5afa8e7087ae167736449c89.tar.gz |
Fix several typos in the documentation
Diffstat (limited to 'doc/classes/Dictionary.xml')
-rw-r--r-- | doc/classes/Dictionary.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index cb59afd880..b8b4fc7b08 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -355,7 +355,6 @@ # Prints { "fruit": "apple", "vegetable": "potato", "dressing": "vinegar" } print(extra.merged(base, true)) [/codeblock] - See also [method merge]. </description> </method> <method name="recursive_equal" qualifiers="const"> |