Docs: Fix example in Dictionary.set description

This commit is contained in:
AdvanceControl 2025-10-03 23:17:34 +08:00
parent 06827c91c6
commit c24d6afd64
No known key found for this signature in database
GPG key ID: 4E0EB960950B5644

View file

@ -508,7 +508,7 @@
<param index="0" name="key" type="Variant" />
<param index="1" name="value" type="Variant" />
<description>
Sets the value of the element at the given [param key] to the given [param value]. This is the same as using the [code][][/code] operator ([code]array[index] = value[/code]).
Sets the value of the element at the given [param key] to the given [param value]. This is the same as using the [code][][/code] operator ([code]dict[key] = value[/code]).
</description>
</method>
<method name="size" qualifiers="const">