aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/collection.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/data/collection.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/documentation/lux/data/collection.lux b/stdlib/source/documentation/lux/data/collection.lux
index 11f8b5245..53156212e 100644
--- a/stdlib/source/documentation/lux/data/collection.lux
+++ b/stdlib/source/documentation/lux/data/collection.lux
@@ -6,18 +6,18 @@
[text {"+" [\n]}
["%" format {"+" [format]}]]
[collection
- ["." list]]]]]
- ["." / "_"
- ["#." array]
- ["#." bits]
- ["#." dictionary]
- ["#." list]
- ["#." queue]
- ["#." row]
- ["#." sequence]
- ["#." stack]
- ["#." set]
- ["#." tree]])
+ ["[0]" list]]]]]
+ ["[0]" / "_"
+ ["[1][0]" array]
+ ["[1][0]" bits]
+ ["[1][0]" dictionary]
+ ["[1][0]" list]
+ ["[1][0]" queue]
+ ["[1][0]" row]
+ ["[1][0]" sequence]
+ ["[1][0]" stack]
+ ["[1][0]" set]
+ ["[1][0]" tree]])
(.def: .public documentation
(.List $.Module)