aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/locale.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/locale.lux b/stdlib/source/documentation/lux/locale.lux
index f61a229d2..ed6bb8c47 100644
--- a/stdlib/source/documentation/lux/locale.lux
+++ b/stdlib/source/documentation/lux/locale.lux
@@ -6,12 +6,12 @@
[text
["%" format {"+" [format]}]]
[collection
- ["." list]]]]]
- ["." / "_"
- ["#." language]
- ["#." territory]]
+ ["[0]" list]]]]]
+ ["[0]" / "_"
+ ["[1][0]" language]
+ ["[1][0]" territory]]
[\\library
- ["." /]])
+ ["[0]" /]])
(documentation: /.Locale
"A description of a locale; with territory, (optional) language, and (optional) text-encoding.")