Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 19, 2024
1 parent cada7d2 commit 9665c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/text/text_layout_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down

0 comments on commit 9665c9f

Please sign in to comment.