summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-03-09 14:56:23 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2023-03-09 14:56:23 +0800
commit03fcac3aa5deecb9a4009b0a7889bb5d6be252fb (patch)
treed4f0b2c8e0b281421e6806dd0965fe8d4343d6b1 /doc/classes/EditorSettings.xml
parent9b9bb418cb1137e69b5131ec9fa7b41c0396db28 (diff)
downloadredot-engine-03fcac3aa5deecb9a4009b0a7889bb5d6be252fb.tar.gz
Fix various typos in the classref
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r--doc/classes/EditorSettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index a2ae5cfc50..bbe3ba4821 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -87,7 +87,7 @@
<method name="get_changed_settings" qualifiers="const">
<return type="PackedStringArray" />
<description>
- Gets an array of the settings which have been changed since the last save. Note that internally [code]changed_settings[/code] is cleared after a successful save, so generally the most appropriate place to use this method is when processing [constant NOTIFICATION_EDITOR_SETTINGS_CHANGED]
+ Gets an array of the settings which have been changed since the last save. Note that internally [code]changed_settings[/code] is cleared after a successful save, so generally the most appropriate place to use this method is when processing [constant NOTIFICATION_EDITOR_SETTINGS_CHANGED].
</description>
</method>
<method name="get_favorites" qualifiers="const">