aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/syntax/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/macro/syntax/check.lux')
-rw-r--r--stdlib/source/library/lux/macro/syntax/check.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/macro/syntax/check.lux b/stdlib/source/library/lux/macro/syntax/check.lux
index c55f6f233..26450894a 100644
--- a/stdlib/source/library/lux/macro/syntax/check.lux
+++ b/stdlib/source/library/lux/macro/syntax/check.lux
@@ -18,7 +18,7 @@
"lux check")
(type: .public Check
- {#.doc (doc "A type annotation for an expression.")}
+ {#.doc (example "A type annotation for an expression.")}
{#type Code
#value Code})