Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Cosimo Lupo <[email protected]>
  • Loading branch information
cmyr and anthrotype authored Aug 2, 2023
1 parent 4ee3336 commit 2bcede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/codegen_inputs/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,12 @@ table VariationIndex {

/// A type representing a temporary identifier for a set of variation deltas.
///
/// The final indicies used in the VariationIndex table are not known until
/// The final indices used in the VariationIndex table are not known until
/// all deltas have been collected. This variant is used to assign a
/// temporary identifier during compilation.
///
/// This type is not part of the spec and will never appear in an actual font file.
/// It is intended to serve as a sentinal value, and will panic when written,
/// It is intended to serve as a sentinel value, and will panic when written,
/// ensuring that all VariationIndex tables have been correctly mapped before
/// the font is compiled.
#[write_fonts_only]
Expand Down

0 comments on commit 2bcede8

Please sign in to comment.