From e7d3438f618cc429b47937ab595c24388b5aaa61 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Sibahi Date: Wed, 10 Apr 2024 03:09:59 +0300 Subject: [PATCH] fix typo --- glyph/src/glyph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glyph/src/glyph.rs b/glyph/src/glyph.rs index 9f49d8d..5cf7247 100644 --- a/glyph/src/glyph.rs +++ b/glyph/src/glyph.rs @@ -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,