Skip to content

Commit

Permalink
Merge pull request #94389 from RTTEXFile/patch-1
Browse files Browse the repository at this point in the history
Fix typo in AABB docs
  • Loading branch information
akien-mga committed Jul 17, 2024
2 parents c77c41d + d696a3c commit b70f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/AABB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b70f96f

Please sign in to comment.