浏览代码

Merge pull request #111216 from AdvanceControl/master

Fix incorrect docs example in Dictionary.set description
Thaddeus Crews 4 天之前
父节点
当前提交
62abe9e6e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Dictionary.xml

+ 1 - 1
doc/classes/Dictionary.xml

@@ -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">