summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/library')
-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"));