Skip to content

Commit a4f6c02

Browse files
committed
Replace guaranty with guarantee
1 parent a0457a5 commit a4f6c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_transform/src/components/transform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::ops::Mul;
1010
/// * To place or move an entity, you should set its [`Transform`].
1111
/// * To get the global position of an entity, you should get its [`GlobalTransform`].
1212
/// * To be displayed, an entity must have both a [`Transform`] and a [`GlobalTransform`].
13-
/// * You may use the [`TransformBundle`] to guaranty this.
13+
/// * You may use the [`TransformBundle`] to guarantee this.
1414
///
1515
/// ## [`Transform`] and [`GlobalTransform`]
1616
///

0 commit comments

Comments
 (0)