diff options
Diffstat (limited to 'stdlib/source/documentation/lux/data/collection/queue/priority.lux')
-rw-r--r-- | stdlib/source/documentation/lux/data/collection/queue/priority.lux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/data/collection/queue/priority.lux b/stdlib/source/documentation/lux/data/collection/queue/priority.lux index c22f2d30c..8da01f9a3 100644 --- a/stdlib/source/documentation/lux/data/collection/queue/priority.lux +++ b/stdlib/source/documentation/lux/data/collection/queue/priority.lux @@ -1,15 +1,15 @@ (.module: [library - [lux {"-" [list]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" list} + ["$" documentation {"+" documentation:}] [control ["<>" parser ["<[0]>" code]]] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code] ["[0]" template]]]] [\\library |