aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/type.lux')
-rw-r--r--stdlib/source/lux/lang/type.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/type.lux b/stdlib/source/lux/lang/type.lux
index 8f3c2eb77..b7e04afa4 100644
--- a/stdlib/source/lux/lang/type.lux
+++ b/stdlib/source/lux/lang/type.lux
@@ -7,7 +7,7 @@
[ident "ident/" Equivalence<Ident> Codec<Text,Ident>]
[number "nat/" Codec<Text,Nat>]
[maybe]
- (coll [list #+ "list/" Functor<List> Monoid<List> Fold<List>]))
+ (collection [list #+ "list/" Functor<List> Monoid<List> Fold<List>]))
[macro]
(macro [code]
["s" syntax #+ Syntax syntax:])