aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 7cac8b536..60eeef73b 100644
--- a/stdlib/source/lux/type/resource.lux
+++ b/stdlib/source/lux/type/resource.lux
@@ -9,7 +9,7 @@
[product]
[number]
text/format
- (coll (dictionary ["dict" unordered #+ Dict])
+ (coll (dictionary ["dict" unordered #+ Dictionary])
(set ["set" unordered])
[row #+ Row]
[list "list/" Functor<List> Fold<List>]))