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/style | |
| parent | 565b1977aef9db70aef29a1eb8747f42a7fe4a15 (diff) | |
Rename `margins` to `margin`
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/show-selector.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/style/show-selector.typ b/tests/typ/style/show-selector.typ index dc88d395..ed8c0d8e 100644 --- a/tests/typ/style/show-selector.typ +++ b/tests/typ/style/show-selector.typ @@ -17,7 +17,7 @@ stroke: (left: 1.5pt + luma(180)), ) -#set page(margins: (top: 12pt)) +#set page(margin: (top: 12pt)) #set par(justify: true) This code tests `code` |
