Skip to content

Commit 49b40b5

Browse files
committed
Update doc comment
1 parent 357cde6 commit 49b40b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/layout/ui_surface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If this is intentional, consider adding a GhostNode component to this entity."
145145
}
146146
}
147147

148-
/// Set the ui node entities without a [`bevy_hierarchy::Parent`] as children to the root node in the taffy layout.
148+
/// Set the ui root node entities as children to the root node in the taffy layout.
149149
pub fn set_camera_children(
150150
&mut self,
151151
camera_id: Entity,

0 commit comments

Comments
 (0)