diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-09 14:56:23 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-03-09 14:56:23 +0800 |
commit | 03fcac3aa5deecb9a4009b0a7889bb5d6be252fb (patch) | |
tree | d4f0b2c8e0b281421e6806dd0965fe8d4343d6b1 /doc/classes/EditorSettings.xml | |
parent | 9b9bb418cb1137e69b5131ec9fa7b41c0396db28 (diff) | |
download | redot-engine-03fcac3aa5deecb9a4009b0a7889bb5d6be252fb.tar.gz |
Fix various typos in the classref
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-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 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"> |