aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/world/locale.lux')
-rw-r--r--stdlib/source/documentation/lux/world/locale.lux9
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/world/locale.lux b/stdlib/source/documentation/lux/world/locale.lux
index 6dc04bd77..00d97af75 100644
--- a/stdlib/source/documentation/lux/world/locale.lux
+++ b/stdlib/source/documentation/lux/world/locale.lux
@@ -6,7 +6,7 @@
[text
["%" \\format (.only format)]]
[collection
- ["[0]" list (.use "[1]#[0]" monoid)]]]]]
+ ["[0]" list]]]]]
["[0]" /
["[1][0]" language]
["[1][0]" territory]]
@@ -29,8 +29,7 @@
""
[(locale language territory encoding)])
- (all list#composite
- /language.documentation
- /territory.documentation
- )
+ (list.together
+ (list /language.documentation
+ /territory.documentation))
))