summaryrefslogtreecommitdiff
path: root/tests/typ/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-20 18:19:01 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-20 18:20:19 +0100
commit38a0404050b1f6725db1bfd357a41539ef4d9973 (patch)
tree068c57372d255900ecb727ced593143d49cf2b8f /tests/typ/compute
parent08daade59f3e0005916881fddd1a774a86278fbb (diff)
Document underline, strikethrough, and overline
Diffstat (limited to 'tests/typ/compute')
-rw-r--r--tests/typ/compute/calc.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/calc.typ b/tests/typ/compute/calc.typ
index bc6ef7f6..be207a05 100644
--- a/tests/typ/compute/calc.typ
+++ b/tests/typ/compute/calc.typ
@@ -39,7 +39,7 @@
#test(abs(-25%), 25%)
---
-// Error: 6-17 expected integer, float, angle, ratio, or fraction, found string
+// Error: 6-17 expected integer, float, length, angle, ratio, or fraction, found string
#abs("no number")
---