We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0457a5 commit a4f6c02Copy full SHA for a4f6c02
crates/bevy_transform/src/components/transform.rs
@@ -10,7 +10,7 @@ use std::ops::Mul;
10
/// * To place or move an entity, you should set its [`Transform`].
11
/// * To get the global position of an entity, you should get its [`GlobalTransform`].
12
/// * To be displayed, an entity must have both a [`Transform`] and a [`GlobalTransform`].
13
-/// * You may use the [`TransformBundle`] to guaranty this.
+/// * You may use the [`TransformBundle`] to guarantee this.
14
///
15
/// ## [`Transform`] and [`GlobalTransform`]
16
0 commit comments