aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/math/random.lux')
-rw-r--r--stdlib/source/lux/math/random.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/math/random.lux b/stdlib/source/lux/math/random.lux
index f2f4d2e14..7172309d0 100644
--- a/stdlib/source/lux/math/random.lux
+++ b/stdlib/source/lux/math/random.lux
@@ -15,7 +15,7 @@
[array]
[dict #+ Dict]
[queue #+ Queue]
- [set #+ Set]
+ (set ["set" unordered #+ Set])
[stack #+ Stack]
[sequence #+ Sequence]))
))