diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/library/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index 666e40a7..ddd80435 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<FontFamily> = Smart::Custom(FontFamily::new("Latin Modern Math")); |
