Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asibahi authored Apr 10, 2024
1 parent 49368fb commit e7d3438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glyph/src/glyph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct GlyphImage<'a> {
#[non_exhaustive]
pub struct GlyphSvg<'a> {
/// Raw image data, it should be rendered or decompressed (in case of SVGZ)
/// by the caller.. Now that the data includes records for multiple Glyphs.
/// by the caller.. Note that the data includes records for multiple Glyphs.
pub data: &'a [u8],
/// The first glyph ID for the range covered by this record.
pub start_glyph_id: GlyphId,
Expand Down

0 comments on commit e7d3438

Please sign in to comment.