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.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/macro/syntax/check.lux b/stdlib/source/library/lux/macro/syntax/check.lux
index 54558b914..bdc4d9a98 100644
--- a/stdlib/source/library/lux/macro/syntax/check.lux
+++ b/stdlib/source/library/lux/macro/syntax/check.lux
@@ -32,8 +32,8 @@
(def: .public (format (^slots [#type #value]))
(-> Check Code)
(` ((~ (code.text ..extension))
- (~ type)
- (~ value))))
+ (~ #type)
+ (~ #value))))
(def: .public parser
(Parser Check)