Skip to content

Commit a3f7f8a

Browse files
committed
Typo
1 parent 4784616 commit a3f7f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shared/src/positioning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fn position_glyph(glyph: &LayoutGlyph) -> RunGlyph {
7878
fractional_pos,
7979
CacheKeyFlags::empty(),
8080
);
81-
// Note: hitbox with is fractional, but does not change with / without subpixel
81+
// Note: hitbox width is fractional, but does not change with / without subpixel
8282
// rendering.
8383
RunGlyph::new(ck, (x, y), glyph.w)
8484
}

0 commit comments

Comments
 (0)