summaryrefslogtreecommitdiff
path: root/tests/suite/visualize/polygon.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/visualize/polygon.typ')
-rw-r--r--tests/suite/visualize/polygon.typ3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/suite/visualize/polygon.typ b/tests/suite/visualize/polygon.typ
index ec27194d..6cc243d2 100644
--- a/tests/suite/visualize/polygon.typ
+++ b/tests/suite/visualize/polygon.typ
@@ -49,7 +49,8 @@
)
--- polygon-bad-point-array ---
-// Error: 10-17 point array must contain exactly two entries
+// Error: 10-17 array must contain exactly two items
+// Hint: 10-17 the first item determines the value for the X axis and the second item the value for the Y axis
#polygon((50pt,))
--- polygon-infinite-size ---