From 387e95fbd98ae92e4c46030eb657dccfe36263dc Mon Sep 17 00:00:00 2001 From: Nicola Papale Date: Wed, 20 Jul 2022 17:44:06 +0200 Subject: [PATCH] UI consistency in comments (2) Co-authored-by: Alice Cecile --- crates/bevy_ui/src/entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ui/src/entity.rs b/crates/bevy_ui/src/entity.rs index 165342b0269151..399f27fddbfe38 100644 --- a/crates/bevy_ui/src/entity.rs +++ b/crates/bevy_ui/src/entity.rs @@ -35,7 +35,7 @@ pub struct NodeBundle { pub visibility: Visibility, /// Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering pub computed_visibility: ComputedVisibility, - /// The ui camera layers this node is visible in. + /// The UI camera layers this node is visible in. pub render_layers: RenderLayers, }