diff --git a/crates/bevy_ui/src/layout/ui_surface.rs b/crates/bevy_ui/src/layout/ui_surface.rs index d2fb17296987d4..deaa5c411687e2 100644 --- a/crates/bevy_ui/src/layout/ui_surface.rs +++ b/crates/bevy_ui/src/layout/ui_surface.rs @@ -123,7 +123,7 @@ without UI components as a child of an entity with UI components, results may be } } - /// Set the ui node entities without a [`Parent`] as children to the root node in the taffy layout. + /// Set the ui node entities without a [`bevy_hierarchy::Parent`] as children to the root node in the taffy layout. pub fn set_camera_children( &mut self, camera_id: Entity,