summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-07 14:32:35 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-07 16:19:51 +0200
commit1192132dc0a9e991953fd29e93f87c8437a53ea0 (patch)
tree67061e75a5a15c7997a3ac2de349b5e9ce234434 /tests/typ/text
parenteb22eed31b08874fbbbee68d2ae59f0d02f9e95d (diff)
Rename length-related types
`Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative`
Diffstat (limited to 'tests/typ/text')
-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 18469b7a..4b7d7534 100644
--- a/tests/typ/text/font.typ
+++ b/tests/typ/text/font.typ
@@ -64,7 +64,7 @@ Emoji: 🐪, 🌋, 🏞
#set text(style: "bold", weight: "thin")
---
-// Error: 21-23 expected linear or string, found array
+// Error: 21-23 expected string or relative length, found array
#set text(top-edge: ())
---