Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Dec 19, 2024
1 parent c5ecb12 commit 21193c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-fonts/src/tables/hdmx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct DeviceRecord<'a> {
pub pixel_size: u8,
/// Maximum width.
pub max_width: u8,
/// Array of glyphs (numgGlyphs is from the 'maxp' table).
/// Array of glyphs (numGlyphs is from the 'maxp' table).
pub widths: &'a [u8],
}

Expand Down

0 comments on commit 21193c6

Please sign in to comment.