summaryrefslogtreecommitdiff
path: root/tests/typ/compiler
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-30 14:49:24 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-30 14:50:43 +0200
commit25e94cef0372e3b3aae9bd662f6012143e90e1cb (patch)
tree5da197a911ab6b2d679cc3fe8df9b9072ccf1e31 /tests/typ/compiler
parentf90fcd664bd64e4c7fd996e8d0825e7031625763 (diff)
Fix doc links
Diffstat (limited to 'tests/typ/compiler')
-rw-r--r--tests/typ/compiler/show-node.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/show-node.typ b/tests/typ/compiler/show-node.typ
index 27a4b6a9..2815dae8 100644
--- a/tests/typ/compiler/show-node.typ
+++ b/tests/typ/compiler/show-node.typ
@@ -96,7 +96,7 @@ Hey
= Heading
---
-// Error: 7-10 expected function, label, string, regular expression, symbol, or selector, found color
+// Error: 7-10 expected function, label, string, regex, symbol, or selector, found color
#show red: []
---