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`]