From 2eacfcfa8121e1002db45232b343ce846c0c8b2f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 5 Apr 2022 14:42:36 +0200 Subject: [PATCH] Fix typo --- src/library/math/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index 666e40a7b..ddd80435b 100644 --- a/src/library/math/mod.rs +++ b/src/library/math/mod.rs @@ -14,7 +14,7 @@ pub struct MathNode { #[node(showable)] impl MathNode { - /// The raw text's font family. Just the normal text family if `none`. + /// The raw text's font family. Just the normal text family if `auto`. pub const FAMILY: Smart = Smart::Custom(FontFamily::new("Latin Modern Math"));