Skip to content

Commit

Permalink
wording on B0004 (2)
Browse files Browse the repository at this point in the history
Co-authored-by: ira <JustTheCoolDude@gmail.com>
  • Loading branch information
nicopap and irate-devil committed Sep 6, 2022
1 parent c49420a commit 4617dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_hierarchy/src/valid_parent_check_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ where
}

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

0 comments on commit 4617dbf

Please sign in to comment.