diff --git a/crates/bevy_render/src/spatial_bundle.rs b/crates/bevy_render/src/spatial_bundle.rs index c64e86633e13f..2d95c1cf3cebf 100644 --- a/crates/bevy_render/src/spatial_bundle.rs +++ b/crates/bevy_render/src/spatial_bundle.rs @@ -12,7 +12,7 @@ use crate::view::{InheritedVisibility, ViewVisibility, Visibility}; /// /// Hierarchies of entities must contain /// all the [`Component`]s in this `Bundle` -/// to work correctly. +/// to be rendered correctly. /// /// [`Component`]: bevy_ecs::component::Component #[derive(Bundle, Debug, Default)]