diff options
Diffstat (limited to 'src/library')
| -rw-r--r-- | src/library/font.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/font.rs b/src/library/font.rs index 7460b21b..bb84f06b 100644 --- a/src/library/font.rs +++ b/src/library/font.rs @@ -47,7 +47,7 @@ use crate::prelude::*; /// [font: serif = ("Source Serif Pro", "Noto Serif")] /// ``` /// This class can be used in the fallback list or other fallback classes as -/// long as the resulting fallback tree is acylic. +/// long as the resulting fallback tree is acyclic. /// ```typst /// [font: "My Serif", serif] /// ``` |
