diff --git a/crates/bevy_render/src/spatial_bundle.rs b/crates/bevy_render/src/spatial_bundle.rs index 2d95c1cf3cebf..27dba5c215a77 100644 --- a/crates/bevy_render/src/spatial_bundle.rs +++ b/crates/bevy_render/src/spatial_bundle.rs @@ -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. ///