Remove superfluous spaces in Transform
documentation (#18244)
# Objective Closes #18228 ## Solution `hx .\crates\bevy_transform\src\components\transform.rs<enter>40ggllldd:wq<enter>` ## Testing `cargo +beta clippy --all-features`
This commit is contained in:
parent
c3ff6d4136
commit
4f6241178f
@ -37,7 +37,7 @@ fn assert_is_normalized(message: &str, length_squared: f32) {
|
||||
/// * To place or move an entity, you should set its [`Transform`].
|
||||
/// * To get the global transform of an entity, you should get its [`GlobalTransform`].
|
||||
/// * To be displayed, an entity must have both a [`Transform`] and a [`GlobalTransform`].
|
||||
/// [`GlobalTransform`] is automatically inserted whenever [`Transform`] is inserted.
|
||||
/// [`GlobalTransform`] is automatically inserted whenever [`Transform`] is inserted.
|
||||
///
|
||||
/// ## [`Transform`] and [`GlobalTransform`]
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user