aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/control.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/control.lux')
-rw-r--r--stdlib/source/documentation/lux/control.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/control.lux b/stdlib/source/documentation/lux/control.lux
index 3a1f688a9..bcfb0845a 100644
--- a/stdlib/source/documentation/lux/control.lux
+++ b/stdlib/source/documentation/lux/control.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux #*
- ["$" documentation (#+ documentation:)]
+ [lux "*"
+ ["$" documentation {"+" [documentation:]}]
[data
- [text (#+ \n)
- ["%" format (#+ format)]]
+ [text {"+" [\n]}
+ ["%" format {"+" [format]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." concatenative]
["#." concurrency]
["#." continuation]