summaryrefslogtreecommitdiff
path: root/tests/typ/style/show-node.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-10-31 15:47:49 +0100
committerLaurenz <laurmaedje@gmail.com>2022-10-31 15:47:49 +0100
commitf547c97072881069417acd3b79b08fb7ecf40ba2 (patch)
tree9d860b14be6bb4fae746e48f3dbdab00b28f6625 /tests/typ/style/show-node.typ
parent671ce3dedd40067bb5cea84fe0739de013827053 (diff)
Reduce usage of `finalize`
Diffstat (limited to 'tests/typ/style/show-node.typ')
-rw-r--r--tests/typ/style/show-node.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/style/show-node.typ b/tests/typ/style/show-node.typ
index 33895add..b35ab4c4 100644
--- a/tests/typ/style/show-node.typ
+++ b/tests/typ/style/show-node.typ
@@ -23,7 +23,7 @@ A [= Heading] C
#set heading(around: none)
Where is
-= There are not headings around here!
+= There are no headings around here!
my heading?
---