summaryrefslogtreecommitdiff
path: root/tests/suite/visualize/line.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/visualize/line.typ')
-rw-r--r--tests/suite/visualize/line.typ3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/suite/visualize/line.typ b/tests/suite/visualize/line.typ
index 6cbbbb49..4c763030 100644
--- a/tests/suite/visualize/line.typ
+++ b/tests/suite/visualize/line.typ
@@ -84,7 +84,8 @@
--- line-bad-point-array ---
// Test errors.
-// Error: 12-19 point array must contain exactly two entries
+// Error: 12-19 array must contain exactly two items
+// Hint: 12-19 the first item determines the value for the X axis and the second item the value for the Y axis
#line(end: (50pt,))
--- line-bad-point-component-type ---