From fbacac3b9bdcd59eb4354dd7e3453b45cf68adea Mon Sep 17 00:00:00 2001 From: Brandon S <116681127+bsibb22@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:37:56 -0500 Subject: [PATCH] Fixed typo in comments --- crates/bevy_ui/src/ui_node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ui/src/ui_node.rs b/crates/bevy_ui/src/ui_node.rs index 2c9e5434c3..d84d2a1019 100644 --- a/crates/bevy_ui/src/ui_node.rs +++ b/crates/bevy_ui/src/ui_node.rs @@ -118,7 +118,7 @@ impl ComputedNode { self.unrounded_size } - /// The calculate node size as width and height in physical pixels, accounting for a non-uniform window scale factor. + /// The calculated node size as width and height in physical pixels, accounting for a non-uniform window scale factor. /// #[inline] pub const fn logical_size(&self) -> Vec2 {