diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-12 18:01:22 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-12 18:01:22 +0200 |
| commit | 1a70cb6a330990dc0ab373905d12458ef87afbad (patch) | |
| tree | 5d82f7124734e146c2d00ce3661294ebe9d91fb4 /src/library | |
| parent | 5243878d810d4817c81acc9ae346d46757fcf602 (diff) | |
Naming and grammar ✔
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] /// ``` |
