summaryrefslogtreecommitdiff
path: root/tests/typ/text/font.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-15 22:51:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-15 23:11:20 +0100
commitb6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (patch)
tree7d42cb50f9e66153e7e8b2217009684e25f54f42 /tests/typ/text/font.typ
parentf3980c704544a464f9729cc8bc9f97d3a7454769 (diff)
Reflection for castables
Diffstat (limited to 'tests/typ/text/font.typ')
-rw-r--r--tests/typ/text/font.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/font.typ b/tests/typ/text/font.typ
index e57fedbd..170703c7 100644
--- a/tests/typ/text/font.typ
+++ b/tests/typ/text/font.typ
@@ -48,7 +48,7 @@ Emoji: 🐪, 🌋, 🏞
#set text(false)
---
-// Error: 18-24 expected "normal", "italic" or "oblique"
+// Error: 18-24 expected "normal", "italic", or "oblique"
#set text(style: "bold", weight: "thin")
---