From 1250d98d195feae8a87ef3852ec71841aece2b9a Mon Sep 17 00:00:00 2001
From: Hakunamawatta <48947000+Hakunamawatta@users.noreply.github.com>
Date: Thu, 9 Jan 2025 17:09:32 +1100
Subject: [PATCH] Fix typo in Basis get_rotation_quaternion doc
---
doc/classes/Basis.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml
index 64afdff7ceb..324eb89e1a6 100644
--- a/doc/classes/Basis.xml
+++ b/doc/classes/Basis.xml
@@ -145,7 +145,7 @@
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.