aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/code.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/macro/code.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/macro/code.lux b/stdlib/source/lux/macro/code.lux
index f6fa8d331..f20bc1eab 100644
--- a/stdlib/source/lux/macro/code.lux
+++ b/stdlib/source/lux/macro/code.lux
@@ -57,8 +57,8 @@
(-> Text Code)
[location.dummy (<tag> ["" name])])]
- [local-identifier #.Identifier "Produces a local identifier (an identifier with no module prefix)."]
- [local-tag #.Tag "Produces a local tag (a tag with no module prefix)."])
+ [local_identifier #.Identifier "Produces a local identifier (an identifier with no module prefix)."]
+ [local_tag #.Tag "Produces a local tag (a tag with no module prefix)."])
(structure: #export equivalence
(Equivalence Code)