Skip to content

Commit

Permalink
Fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 30, 2024
1 parent 6222e03 commit 3add56f
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 @@ -556,7 +556,7 @@ pub struct RowVisuals {

/// The range of vertices in the mesh that contain glyphs (as opposed to background, underlines, strikethorugh, etc).
///
/// The glyph vertices comes before backgrounds (if any), and after any underlines and strikethrough.
/// The glyph vertices comes after backgrounds (if any), but before any underlines and strikethrough.
pub glyph_vertex_range: Range<usize>,
}

Expand Down

0 comments on commit 3add56f

Please sign in to comment.