summaryrefslogtreecommitdiff
path: root/tests/typ/code/ops-invalid.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-12-15 11:12:38 +0100
committerLaurenz <laurmaedje@gmail.com>2021-12-15 11:12:38 +0100
commit57f5c0a1b15775f9500335f455c7dc7d70cea9f5 (patch)
tree1448c12ba70acd3bcd96aea973a511641497f3de /tests/typ/code/ops-invalid.typ
parentae38be9097bbb32142ef776e77e627ac12379000 (diff)
Set Rules Episode V: The Tests Strike Back
Diffstat (limited to 'tests/typ/code/ops-invalid.typ')
-rw-r--r--tests/typ/code/ops-invalid.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/ops-invalid.typ b/tests/typ/code/ops-invalid.typ
index 91dd576f..340e4c9f 100644
--- a/tests/typ/code/ops-invalid.typ
+++ b/tests/typ/code/ops-invalid.typ
@@ -26,7 +26,7 @@
{not ()}
---
-// Error: 2-18 cannot apply '<=' to linear and relative
+// Error: 2-18 cannot apply '<=' to relative length and relative
{30% + 1pt <= 40%}
---