summaryrefslogtreecommitdiff
path: root/tests/typ/layout/stack.typ
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/layout/stack.typ
parentae05dc08765b8db8e149a56627cd29a878a0bce5 (diff)
Rename `length` to `size` in `square()`
Diffstat (limited to 'tests/typ/layout/stack.typ')
-rw-r--r--tests/typ/layout/stack.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ
index aee66d6a..a6e7e001 100644
--- a/tests/typ/layout/stack.typ
+++ b/tests/typ/layout/stack.typ
@@ -28,7 +28,7 @@
#page(width: 50pt, margins: 0pt)
#par(spacing: 5pt)
-#let x = square(length: 10pt, fill: eastern)
+#let x = square(size: 10pt, fill: eastern)
#stack(dir: rtl, spacing: 5pt, x, x, x)
#stack(dir: ltr, x, 20%, x, 20%, x)
#stack(dir: ltr, spacing: 5pt, x, x, 7pt, 3pt, x)