Skip to content

Commit 387e95f

Browse files
UI consistency in comments (2)
Co-authored-by: Alice Cecile <[email protected]>
1 parent bf1264a commit 387e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/entity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct NodeBundle {
3535
pub visibility: Visibility,
3636
/// Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering
3737
pub computed_visibility: ComputedVisibility,
38-
/// The ui camera layers this node is visible in.
38+
/// The UI camera layers this node is visible in.
3939
pub render_layers: RenderLayers,
4040
}
4141

0 commit comments

Comments
 (0)