summaryrefslogtreecommitdiff
path: root/tests/typ/elements
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-10-05 19:46:40 +0200
committerLaurenz <laurmaedje@gmail.com>2021-10-05 19:55:00 +0200
commit25b053ed93a6cbffceb52b790d013d69dc2a31c2 (patch)
treefc5216704b9a417926cd0ae6fb880d0f61c4245b /tests/typ/elements
parentae05dc08765b8db8e149a56627cd29a878a0bce5 (diff)
Rename `length` to `size` in `square()`
Diffstat (limited to 'tests/typ/elements')
-rw-r--r--tests/typ/elements/square.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/elements/square.typ b/tests/typ/elements/square.typ
index 07dce4be..7597cb22 100644
--- a/tests/typ/elements/square.typ
+++ b/tests/typ/elements/square.typ
@@ -29,6 +29,6 @@
]
---
-// Length wins over width and height.
+// Size wins over width and height.
// Error: 09-20 unexpected argument
-#square(width: 10cm, height: 20cm, length: 1cm, fill: rgb("eb5278"))
+#square(width: 10cm, height: 20cm, size: 1cm, fill: rgb("eb5278"))