diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-19 23:33:33 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-19 23:33:33 +0100 |
| commit | 8eeb4ad8f6df3bedebdb86f95e013a9ea71fb687 (patch) | |
| tree | 435a9afc2cfd900e6cb76e77d3e57b964c89ec8c /tests/typ/layout/grid-4.typ | |
| parent | 565b1977aef9db70aef29a1eb8747f42a7fe4a15 (diff) | |
Rename `margins` to `margin`
Diffstat (limited to 'tests/typ/layout/grid-4.typ')
| -rw-r--r-- | tests/typ/layout/grid-4.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/grid-4.typ b/tests/typ/layout/grid-4.typ index fec25105..c7ae7649 100644 --- a/tests/typ/layout/grid-4.typ +++ b/tests/typ/layout/grid-4.typ @@ -23,7 +23,7 @@ --- // Test that all three kinds of rows use the correct bases. -#set page(height: 4cm, margins: 0cm) +#set page(height: 4cm, margin: 0cm) #grid( rows: (1cm, 1fr, 1fr, auto), rect(height: 50%, width: 100%, fill: conifer), |
