aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/debug.lux')
-rw-r--r--stdlib/source/documentation/lux/debug.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/debug.lux b/stdlib/source/documentation/lux/debug.lux
index 37832c4bf..9ee9b1a8d 100644
--- a/stdlib/source/documentation/lux/debug.lux
+++ b/stdlib/source/documentation/lux/debug.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- private)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [private]}
+ ["$" documentation {"+" [documentation:]}]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library