diff --git a/crates/bevy_hierarchy/src/child_builder.rs b/crates/bevy_hierarchy/src/child_builder.rs index ad5819479d..a3ed780ad0 100644 --- a/crates/bevy_hierarchy/src/child_builder.rs +++ b/crates/bevy_hierarchy/src/child_builder.rs @@ -385,8 +385,8 @@ pub trait BuildChildren { /// Adds a single child. /// - /// If the children were previously children of another parent, that parent's [`Children`] component - /// will have those children removed from its list. Removing all children from a parent causes its + /// If the child was previously the child of another parent, that parent's [`Children`] component + /// will have the child removed from its list. Removing all children from a parent causes its /// [`Children`] component to be removed from the entity. /// /// # Panics