Skip to content

Commit

Permalink
Fix doc reference not being in scope
Browse files Browse the repository at this point in the history
(cherry picked from commit ef20000)
  • Loading branch information
StrikeForceZero committed Mar 30, 2024
1 parent d65c0b2 commit 85cb4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/layout/ui_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 85cb4c0

Please sign in to comment.