diff options
Diffstat (limited to 'src/font.rs')
| -rw-r--r-- | src/font.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.rs b/src/font.rs index f9039a71..49670df8 100644 --- a/src/font.rs +++ b/src/font.rs @@ -193,7 +193,7 @@ impl<T> FontData for T where T: Read + Seek {} /// Describes a font. /// -/// Can be constructed conventiently with the [`font_info`] macro. +/// Can be constructed conveniently with the [`font_info`] macro. #[derive(Debug, Clone, Eq, PartialEq, Hash)] pub struct FontInfo { /// The font families this font is part of. |
