diff options
Diffstat (limited to 'stdlib/source/documentation/lux/macro/template.lux')
-rw-r--r-- | stdlib/source/documentation/lux/macro/template.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/macro/template.lux b/stdlib/source/documentation/lux/macro/template.lux index 7b2d0bf2e..869c15518 100644 --- a/stdlib/source/documentation/lux/macro/template.lux +++ b/stdlib/source/documentation/lux/macro/template.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- let) - ["$" documentation (#+ documentation:)] + [lux {"-" [let]} + ["$" documentation {"+" [documentation:]}] [data - [text (#+ \n) - ["%" format (#+ format)]] + [text {"+" [\n]} + ["%" format {"+" [format]}]] [collection ["." list]]]]] [\\library |