diff options
Diffstat (limited to 'stdlib/source/documentation/lux/math.lux')
-rw-r--r-- | stdlib/source/documentation/lux/math.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/math.lux b/stdlib/source/documentation/lux/math.lux index a8249a394..df28c874a 100644 --- a/stdlib/source/documentation/lux/math.lux +++ b/stdlib/source/documentation/lux/math.lux @@ -1,13 +1,13 @@ (.module: [library - [lux (#- char) - ["$" documentation (#+ documentation:)] + [lux {"-" [char]} + ["$" documentation {"+" [documentation:]}] [data [text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection ["." list]]]]] - ["." / #_ + ["." / "_" ["#." infix] ["#." modulus] ["#." modular] |