summaryrefslogtreecommitdiff
path: root/tests/lang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang')
-rw-r--r--tests/lang/typ/expressions.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/expressions.typ b/tests/lang/typ/expressions.typ
index 49b8910d..da6c6f4f 100644
--- a/tests/lang/typ/expressions.typ
+++ b/tests/lang/typ/expressions.typ
@@ -86,7 +86,7 @@
// Error: 1:3-1:8 cannot assign to this expression
{ 1 + 2 = 3}
-// Error: 1:3-1:6 cannot assign to constant
+// Error: 1:3-1:6 cannot assign to a constant
{ box = "hi" }
// Works if we define box before (since then it doesn't resolve to the standard