summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/utility/color.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/utility/color.typ b/tests/typ/utility/color.typ
index fd60982f..81b67ae9 100644
--- a/tests/typ/utility/color.typ
+++ b/tests/typ/utility/color.typ
@@ -20,7 +20,7 @@
#test(rgb(-30, 15, 50))
---
-// Error: 6-11 invalid hex string
+// Error: 6-11 string contains non-hexadecimal letters
#rgb("lol")
---