Skip to content

Commit

Permalink
Fix typo. (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Apr 25, 2024
1 parent d36f2e6 commit 201c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/encoding/src/glyph_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ struct GlyphEntry {

/// We keep this small to enable a simple LRU cache with a linear
/// search. Regenerating hinting data is low to medium cost so it's fine
/// to redo it occassionally.
/// to redo it occasionally.
const MAX_CACHED_HINT_INSTANCES: usize = 8;

pub struct HintKey<'a> {
Expand Down

0 comments on commit 201c2f0

Please sign in to comment.