aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/type/resource.lux')
-rw-r--r--stdlib/source/lux/type/resource.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/type/resource.lux b/stdlib/source/lux/type/resource.lux
index f01ce53c9..674a00eec 100644
--- a/stdlib/source/lux/type/resource.lux
+++ b/stdlib/source/lux/type/resource.lux
@@ -12,7 +12,7 @@
(collection ["dict" dictionary (#+ Dictionary)]
[set]
[row (#+ Row)]
- [list "list/" Functor<List> Fold<List>]))
+ [list ("list/" Functor<List> Fold<List>)]))
(concurrency [promise (#+ Promise)])
[macro]
(macro ["s" syntax (#+ Syntax syntax:)])