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 1dfac9a3b..557446ad0 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 ["[0]" list]]]]] [\\library |