diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 32bfbcb1e2..6de4a0ffaf 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -1578,7 +1578,7 @@ The GDScript syntax highlighter text color for node reference literals (e.g. [code]$"Sprite"[/code] and [code]%"Sprite"[/code]]). - The GDScript syntax highlighter text color for [StringName] literals (e.g. [code]>"example"[/code]). + The GDScript syntax highlighter text color for [StringName] literals (e.g. [code]&"example"[/code]). The script editor's non-control flow keyword color (used for keywords like [code]var[/code], [code]func[/code], [code]extends[/code], ...).