summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
commit1a70cb6a330990dc0ab373905d12458ef87afbad (patch)
tree5d82f7124734e146c2d00ce3661294ebe9d91fb4 /src/library
parent5243878d810d4817c81acc9ae346d46757fcf602 (diff)
Naming and grammar ✔
Diffstat (limited to 'src/library')
-rw-r--r--src/library/font.rs2
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]
/// ```