summaryrefslogtreecommitdiff
path: root/src/font.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-04-01 13:25:00 +0200
committerLaurenz <laurmaedje@gmail.com>2019-04-01 13:33:54 +0200
commit6c29e45ce2c848fe88003b62aaf8aacf7c0b8da6 (patch)
tree0e7d308ea5115c99141075113501206730fe82fa /src/font.rs
parent3b4b55c59ecc85fc7446795f136baf632d0c9449 (diff)
Implement paragraphs 📜
Diffstat (limited to 'src/font.rs')
-rw-r--r--src/font.rs2
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.