diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 1d2f6e8b078..56a6facf614 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -508,7 +508,7 @@ - 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]).