Fixed typo in comments

This commit is contained in:
Brandon S 2025-02-17 09:37:56 -05:00
parent 3751faedc4
commit fbacac3b9b

View File

@ -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 {