summaryrefslogtreecommitdiff
path: root/tests/typ/code/let.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/let.typ')
-rw-r--r--tests/typ/code/let.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ
index a95d651a..c3be64a5 100644
--- a/tests/typ/code/let.typ
+++ b/tests/typ/code/let.typ
@@ -11,7 +11,7 @@
// Syntax sugar for function definitions.
#let fill = conifer
-#let rect(body) = rect(width: 2cm, fill: fill, padding: 5pt, body)
+#let rect(body) = rect(width: 2cm, fill: fill, inset: 5pt, body)
#rect[Hi!]
---