diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-05 14:42:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-05 14:42:36 +0200 |
| commit | 2eacfcfa8121e1002db45232b343ce846c0c8b2f (patch) | |
| tree | e8bcd0773e18850ee1ce2cd5621c125d38aea466 /src/library/math | |
| parent | 23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 (diff) | |
Fix typo
Diffstat (limited to 'src/library/math')
| -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")); |
