diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-03-31 12:35:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-03-31 12:35:44 +0200 |
| commit | 0fceff5aa4193e2da5891ab3f60c0e65a24f424f (patch) | |
| tree | 214378b210313dd2fb6a0d653c7b19571f376ab0 /src | |
| parent | 5ca303ecadff190800dd55a5a5ae224dc28a3920 (diff) | |
Fix some things 🚧
Diffstat (limited to 'src')
| -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 c88d4578..2f9db3bb 100644 --- a/src/font.rs +++ b/src/font.rs @@ -218,7 +218,7 @@ pub struct FontInfo { /// font_info!(["NotoSans", "Noto", SansSerif]); /// ``` /// -/// The font font _Noto Serif_ in italics and boldface. +/// The font _Noto Serif_ in italics and boldface. /// ``` /// # use typeset::font_info; /// font_info!(["NotoSerif", "Noto", Serif], italic, bold); |
