summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-30 09:59:58 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-30 09:59:58 +0200
commit65f11dc364ece630bcecf6ef53b75697f07553a8 (patch)
tree4c849d16b0a065864491933f626c209d22a57c44 /tests
parent82b893ec0ec547519e92100e864b6421ca01520b (diff)
Minor improvements
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/compiler/hint.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/hint.typ b/tests/typ/compiler/hint.typ
index fdd5f59b..6b60eafb 100644
--- a/tests/typ/compiler/hint.typ
+++ b/tests/typ/compiler/hint.typ
@@ -25,7 +25,7 @@
= Heading <intro>
// Error: 1:20-1:26 cannot reference heading without numbering
-// Hint: 1:20-1:26 you can enable heading numbering with `#set heading(numbering: "1.")`?
+// Hint: 1:20-1:26 you can enable heading numbering with `#set heading(numbering: "1.")`
Can not be used as @intro
---