diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/documentation/lux/math/number/frac.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/math/number/frac.lux b/stdlib/source/documentation/lux/math/number/frac.lux index 2852ee75a..83e154e97 100644 --- a/stdlib/source/documentation/lux/math/number/frac.lux +++ b/stdlib/source/documentation/lux/math/number/frac.lux @@ -1,10 +1,10 @@ (.module: [library - [lux {"-" [private]} - ["$" documentation {"+" [documentation:]}] + [lux {"-" private} + ["$" documentation {"+" documentation:}] [data - ["[0]" text {"+" [\n]} - ["%" format {"+" [format]}]]] + ["[0]" text {"+" \n} + ["%" format {"+" format}]]] [macro ["[0]" template]]]] [\\library |