Skip to content

Commit 1250d98

Browse files
Fix typo in Basis get_rotation_quaternion doc
1 parent 8c6dbff commit 1250d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Basis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<return type="Quaternion" />
146146
<description>
147147
Returns this basis's rotation as a [Quaternion].
148-
[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.
148+
[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.
149149
</description>
150150
</method>
151151
<method name="get_scale" qualifiers="const">

0 commit comments

Comments
 (0)