We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5bd86 commit 61a0c75Copy full SHA for 61a0c75
crates/bevy_hierarchy/src/valid_parent_check_plugin.rs
@@ -67,7 +67,7 @@ where
67
}
68
69
/// Print a warning for each `Entity` with a `T` component
70
-/// which parent hasn't a `T` component.
+/// whose parent doesn't have a `T` component.
71
///
72
/// See [`check_hierarchy_component_has_valid_parent`] for details.
73
pub struct ValidParentCheckPlugin<T: Component>(PhantomData<fn() -> T>);
0 commit comments