diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-04-01 13:25:00 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-04-01 13:33:54 +0200 |
| commit | 6c29e45ce2c848fe88003b62aaf8aacf7c0b8da6 (patch) | |
| tree | 0e7d308ea5115c99141075113501206730fe82fa /src/font.rs | |
| parent | 3b4b55c59ecc85fc7446795f136baf632d0c9449 (diff) | |
Implement paragraphs 📜
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. |
