Fix typo in AABB docs

A single letter
This commit is contained in:
RTTEXFile 2024-07-15 14:35:12 +03:00 committed by GitHub
parent 97b8ad1af0
commit d696a3c8a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
<method name="get_shortest_axis" qualifiers="const">
<return type="Vector3" />
<description>
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))