aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/program.lux')
-rw-r--r--stdlib/source/documentation/lux/program.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/program.lux b/stdlib/source/documentation/lux/program.lux
index 0899ffcca..7bea56569 100644
--- a/stdlib/source/documentation/lux/program.lux
+++ b/stdlib/source/documentation/lux/program.lux
@@ -1,12 +1,12 @@
(.module:
[library
[lux "*"
- ["$" documentation {"+" [documentation:]}]
+ ["$" documentation {"+" documentation:}]
[control
["[0]" io]]
[data
- ["[0]" text {"+" [\n]}
- ["%" format {"+" [format]}]]]
+ ["[0]" text {"+" \n}
+ ["%" format {"+" format}]]]
[macro
["[0]" template]]]]
[\\library