Skip to content

Commit c24d6af

Browse files
Docs: Fix example in Dictionary.set description
1 parent 06827c9 commit c24d6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Dictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
<param index="0" name="key" type="Variant" />
509509
<param index="1" name="value" type="Variant" />
510510
<description>
511-
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]).
511+
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]).
512512
</description>
513513
</method>
514514
<method name="size" qualifiers="const">

0 commit comments

Comments
 (0)