diff options
author | Micky <micheledevita2@gmail.com> | 2022-08-21 17:19:26 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2022-08-21 17:19:26 +0200 |
commit | 84ba33f627fe93401892b477fc1f7a87d067aef8 (patch) | |
tree | 2a84df271a7e4ca2724bb1b58fcaa1f7ad39c0e6 /doc | |
parent | 0c5f254956f0115e363ce08045dd178dc30b54f8 (diff) |
Properly refer to functions definition color in description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorSettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 652b834f98..033f63c5ce 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -856,7 +856,7 @@ </member> <member name="text_editor/theme/highlighting/function_color" type="Color" setter="" getter=""> The script editor's function call color. - [b]Note:[/b] When using the GDScript syntax highlighter, this is replaced by the function declaration color configured in the syntax theme for function declarations (e.g. [code]func _ready():[/code]). + [b]Note:[/b] When using the GDScript syntax highlighter, this is replaced by the function definition color configured in the syntax theme for function definitions (e.g. [code]func _ready():[/code]). </member> <member name="text_editor/theme/highlighting/keyword_color" type="Color" setter="" getter=""> The script editor's non-control flow keyword color (used for keywords like [code]var[/code], [code]func[/code], some built-in methods, ...). |