Fix wrong comment

This commit is contained in:
Emil Ernerfeldt 2024-06-30 14:35:46 +02:00
parent 6222e031b5
commit 3add56f81b
1 changed files with 1 additions and 1 deletions

View File

@ -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>,
}