From 9665c9f4635b76a91f539af9d1677a7b82e47162 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 19 Sep 2024 10:59:28 +0200 Subject: [PATCH] Fix typo --- crates/epaint/src/text/text_layout_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index 9f87c3e62..0a7b96a7d 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -613,7 +613,7 @@ pub struct Glyph { /// Height of this row of text. /// /// Usually same as [`Self::font_height`], - /// unless explicitly overriden by [`TextFormat::line_height`]. + /// unless explicitly overridden by [`TextFormat::line_height`]. pub line_height: f32, /// [`Font::ascent`]