Skip to content

Commit c791b21

Browse files
committed
typo in comment (#7618)
Fix a typo in comment.
1 parent 16ce385 commit c791b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_transform/src/components/global_transform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl GlobalTransform {
113113
///
114114
/// This is useful if you want to "reparent" an `Entity`. Say you have an entity
115115
/// `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:
116+
/// same global transform, even after re-parenting. You would use:
117117
///
118118
/// ```rust
119119
/// # use bevy_transform::prelude::{GlobalTransform, Transform};

0 commit comments

Comments
 (0)