summaryrefslogtreecommitdiff
path: root/tests/typ/style
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/style')
-rw-r--r--tests/typ/style/closure.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/closure.typ b/tests/typ/style/closure.typ
index 2c9edd81..22626472 100644
--- a/tests/typ/style/closure.typ
+++ b/tests/typ/style/closure.typ
@@ -23,7 +23,7 @@
)[Level 3]
---
-// Error: 22-26 expected font family or auto or function, found length
+// Error: 22-26 expected string or auto or function, found length
#set heading(family: 10pt)
= Heading
@@ -33,7 +33,7 @@
= Heading
---
-// Error: 22-34 expected font family or auto, found boolean
+// Error: 22-34 expected string or auto, found boolean
#set heading(family: lvl => false)
= Heading