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 {