aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/syntax.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/syntax.lux')
-rw-r--r--stdlib/source/lux/lang/syntax.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/lang/syntax.lux b/stdlib/source/lux/lang/syntax.lux
index 88a784980..1a9b5e84c 100644
--- a/stdlib/source/lux/lang/syntax.lux
+++ b/stdlib/source/lux/lang/syntax.lux
@@ -1,4 +1,4 @@
-## This is the LuxC's parser.
+## This is LuxC's parser.
## It takes the source code of a Lux file in raw text form and
## extracts the syntactic structure of the code from it.
## It only produces Lux Code nodes, and thus removes any white-space
@@ -38,7 +38,7 @@
(text ["l" lexer]
format)
(coll [sequence #+ Sequence]
- [dict #+ Dict]))))
+ (dict ["dict" unordered #+ Dict])))))
(type: #export Aliases (Dict Text Text))