summaryrefslogtreecommitdiff
path: root/tests/typ/math/syntax.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math/syntax.typ')
-rw-r--r--tests/typ/math/syntax.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ
index 4500d91e..72b4b7c2 100644
--- a/tests/typ/math/syntax.typ
+++ b/tests/typ/math/syntax.typ
@@ -2,7 +2,7 @@
#set text("Latin Modern Roman")
#show <table>: it => table(
columns: 2,
- padding: 8pt,
+ inset: 8pt,
..it.text
.split("\n")
.map(line => (text(10pt, raw(line, lang: "typ")), eval(line) + [ ]))