Skip to content

Commit

Permalink
[IFT] fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrieger committed Oct 31, 2024
1 parent 7914440 commit 40329a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incremental-font-transfer/src/glyph_keyed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ mod tests {
}

#[test]
fn glyph_keyed_unkown_table() {
fn glyph_keyed_unknown_table() {
let mut builder = glyf_and_gvar_u16_glyph_patches();
builder.write_at("gvar_tag", Tag::new(b"hijk"));

Expand Down

0 comments on commit 40329a2

Please sign in to comment.