Skip to content

Commit

Permalink
Update crates/bevy_render/src/spatial_bundle.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
Nilirad and alice-i-cecile authored Sep 2, 2023
1 parent e6aa8cb commit 4232039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/spatial_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::view::{InheritedVisibility, ViewVisibility, Visibility};
/// but also visibility components,
/// which determine whether the entity is visible or not.
///
/// Hierarchies of entities must contain
/// Parent-child hierarchies of entities must contain
/// all the [`Component`]s in this `Bundle`
/// to be rendered correctly.
///
Expand Down

0 comments on commit 4232039

Please sign in to comment.