From d696a3c8a681787668c526100289d42f418cb505 Mon Sep 17 00:00:00 2001 From: RTTEXFile <112387359+RTTEXFile@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:35:12 +0300 Subject: [PATCH] Fix typo in AABB docs A single letter --- doc/classes/AABB.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml index 427d38d421d..77c74e17da7 100644 --- a/doc/classes/AABB.xml +++ b/doc/classes/AABB.xml @@ -170,7 +170,7 @@ - Returns the shortest normaalized axis of this bounding box's [member size], as a [Vector3] ([constant Vector3.RIGHT], [constant Vector3.UP], or [constant Vector3.BACK]). + Returns the shortest normalized axis of this bounding box's [member size], as a [Vector3] ([constant Vector3.RIGHT], [constant Vector3.UP], or [constant Vector3.BACK]). [codeblocks] [gdscript] var box = AABB(Vector3(0, 0, 0), Vector3(2, 4, 8))