aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/locale/language.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/locale/language.lux')
-rw-r--r--stdlib/source/test/lux/locale/language.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/locale/language.lux b/stdlib/source/test/lux/locale/language.lux
index 0b48c7330..4abf74207 100644
--- a/stdlib/source/test/lux/locale/language.lux
+++ b/stdlib/source/test/lux/locale/language.lux
@@ -281,7 +281,7 @@
(let [options (|> ..languages
(list\each (|>> (value@ #languages) set.list))
list.together)]
- (do {! random.monad}
+ (do [! random.monad]
[choice (\ ! each (n.% (list.size options))
random.nat)]
(in (maybe.trusted (list.item choice options))))))