Skip to content

Commit 61a0c75

Browse files
wording on B0004 (2)
Co-authored-by: ira <[email protected]>
1 parent 7d5bd86 commit 61a0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_hierarchy/src/valid_parent_check_plugin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where
6767
}
6868

6969
/// Print a warning for each `Entity` with a `T` component
70-
/// which parent hasn't a `T` component.
70+
/// whose parent doesn't have a `T` component.
7171
///
7272
/// See [`check_hierarchy_component_has_valid_parent`] for details.
7373
pub struct ValidParentCheckPlugin<T: Component>(PhantomData<fn() -> T>);

0 commit comments

Comments
 (0)