From 0fceff5aa4193e2da5891ab3f60c0e65a24f424f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 31 Mar 2019 12:35:44 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20some=20things=20=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/font.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.rs b/src/font.rs index c88d4578c..2f9db3bb0 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);