summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhomer666 <homer666@users.noreply.github.com>2019-10-05 05:13:15 +1000
committerhomer666 <homer666@users.noreply.github.com>2019-10-05 05:13:15 +1000
commit0c75cac7dee57f6ae2ab6780d4d1d2aa1119a978 (patch)
tree90b718a9ba84b24b6ac945e092f1cf578dd768f5
parent4da56495202847cf22bca9874593a4ed15da05e6 (diff)
Fix silly mistake in ProjectSettings docs
-rw-r--r--doc/classes/ProjectSettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 4d82de2ac5..9657982016 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -403,7 +403,7 @@
Sets the window to full screen when it starts.
</member>
<member name="display/window/size/height" type="int" setter="" getter="" default="600">
- Sets the game's main viewport height. On desktop platforms, this is the default window size. Stretch mode settings also use also as a reference when enabled.
+ Sets the game's main viewport height. On desktop platforms, this is the default window size. Stretch mode settings also use this as a reference when enabled.
</member>
<member name="display/window/size/resizable" type="bool" setter="" getter="" default="true">
Allows the window to be resizable by default.