소스 검색

Merge pull request #101330 from Hakunamawatta/patch-1

Fix typo in Basis `get_rotation_quaternion` doc
Rémi Verschelde 8 달 전
부모
커밋
3c1c538b68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/Basis.xml

+ 1 - 1
doc/classes/Basis.xml

@@ -145,7 +145,7 @@
 			<return type="Quaternion" />
 			<description>
 				Returns this basis's rotation as a [Quaternion].
-				[b]Note:[/b] Quatenions are much more suitable for 3D math but are less intuitive. For user interfaces, consider using the [method get_euler] method, which returns Euler angles.
+				[b]Note:[/b] Quaternions are much more suitable for 3D math but are less intuitive. For user interfaces, consider using the [method get_euler] method, which returns Euler angles.
 			</description>
 		</method>
 		<method name="get_scale" qualifiers="const">