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 16ce385 commit c791b21Copy full SHA for c791b21
crates/bevy_transform/src/components/global_transform.rs
@@ -113,7 +113,7 @@ impl GlobalTransform {
113
///
114
/// This is useful if you want to "reparent" an `Entity`. Say you have an entity
115
/// `e1` that you want to turn into a child of `e2`, but you want `e1` to keep the
116
- /// same global transform, even after re-partenting. You would use:
+ /// same global transform, even after re-parenting. You would use:
117
118
/// ```rust
119
/// # use bevy_transform::prelude::{GlobalTransform, Transform};
0 commit comments