Skip to content

Commit 924cc5a

Browse files
Update crates/bevy_geometry/src/lib.rs
Co-authored-by: Grindv1k <torstein.grindvik@gmail.com>
1 parent f369c50 commit 924cc5a

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_geometry/src

1 file changed

+1
-1
lines changed

crates/bevy_geometry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl AABB {
176176
Err(PrimitiveError::MinGreaterThanMax)
177177
}
178178
}
179-
/// Construct an [AxisALignedBox] from the origin at the minimum corner, and the extents - the
179+
/// Construct an [AxisAlignedBox] from the origin at the minimum corner, and the extents - the
180180
/// dimensions of the box in each axis.
181181
pub fn from_extents_origin(extents: Vec3, origin: Vec3) -> Result<AABB, PrimitiveError> {
182182
if extents.min_element() > 0.0 {

0 commit comments

Comments
 (0)