From 21193c6ea26eb8073edd7cb1f9f7104629dc509d Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Thu, 19 Dec 2024 15:08:17 -0500 Subject: [PATCH] fix typo --- read-fonts/src/tables/hdmx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read-fonts/src/tables/hdmx.rs b/read-fonts/src/tables/hdmx.rs index ffb352f11..87148212d 100644 --- a/read-fonts/src/tables/hdmx.rs +++ b/read-fonts/src/tables/hdmx.rs @@ -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], }