Skip to content

Commit 62abe9e

Browse files
committed
Merge pull request #111216 from AdvanceControl/master
Fix incorrect docs example in Dictionary.set description
2 parents 48ebbc4 + c24d6af commit 62abe9e

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)