Fix some things 🚧

This commit is contained in:
Laurenz 2019-03-31 12:35:44 +02:00
parent 5ca303ecad
commit 0fceff5aa4

View File

@ -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);