diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index fde36ec6..7011e0c7 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -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, }