summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-05 14:42:36 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-05 14:42:36 +0200
commit2eacfcfa8121e1002db45232b343ce846c0c8b2f (patch)
treee8bcd0773e18850ee1ce2cd5621c125d38aea466 /src
parent23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/library/math/mod.rs2
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"));