summaryrefslogtreecommitdiffstats
path: root/doc/classes/Dictionary.xml
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2024-06-11 10:45:27 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2024-08-02 08:42:20 +0800
commit7cf9ed5f656f24ee5afa8e7087ae167736449c89 (patch)
tree9b3463470f56702d3299e10e0da0bcb381e5a111 /doc/classes/Dictionary.xml
parent3978628c6cc1227250fc6ed45c8d854d24c30c30 (diff)
downloadredot-engine-7cf9ed5f656f24ee5afa8e7087ae167736449c89.tar.gz
Fix several typos in the documentation
Diffstat (limited to 'doc/classes/Dictionary.xml')
-rw-r--r--doc/classes/Dictionary.xml1
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">