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