aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/number.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/math/number.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/math/number.lux b/stdlib/source/documentation/lux/math/number.lux
index d4243f21d..8a0c0c171 100644
--- a/stdlib/source/documentation/lux/math/number.lux
+++ b/stdlib/source/documentation/lux/math/number.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- private)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [private]}
+ ["$" documentation {"+" [documentation:]}]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library
["." /]]
- ["." / #_
+ ["." / "_"
["#." i8]
["#." i16]
["#." i32]