From c24d6afd648ba8449caca56587604efa07630de4 Mon Sep 17 00:00:00 2001
From: AdvanceControl <163237388+AdvanceControl@users.noreply.github.com>
Date: Fri, 3 Oct 2025 23:17:34 +0800
Subject: [PATCH] Docs: Fix example in Dictionary.set description
---
doc/classes/Dictionary.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]).