Przeglądaj źródła

Merge pull request #76137 from ju5tevg3niy/patch-2

Fixed typo in DisplayServer.ScreenOrientation docs
Yuri Sizov 2 lat temu
rodzic
commit
4cf8789fcd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      doc/classes/DisplayServer.xml

+ 1 - 1
doc/classes/DisplayServer.xml

@@ -1587,7 +1587,7 @@
 			Default landscape orientation.
 			Default landscape orientation.
 		</constant>
 		</constant>
 		<constant name="SCREEN_PORTRAIT" value="1" enum="ScreenOrientation">
 		<constant name="SCREEN_PORTRAIT" value="1" enum="ScreenOrientation">
-			Default portrait orienstation.
+			Default portrait orientation.
 		</constant>
 		</constant>
 		<constant name="SCREEN_REVERSE_LANDSCAPE" value="2" enum="ScreenOrientation">
 		<constant name="SCREEN_REVERSE_LANDSCAPE" value="2" enum="ScreenOrientation">
 			Reverse landscape orientation (upside down).
 			Reverse landscape orientation (upside down).