aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/modular.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/math/modular.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/math/modular.lux b/stdlib/source/documentation/lux/math/modular.lux
index 4ce57e51a..6a45e9199 100644
--- a/stdlib/source/documentation/lux/math/modular.lux
+++ b/stdlib/source/documentation/lux/math/modular.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux (#- private)
- ["$" documentation (#+ documentation:)]
+ [lux {"-" [private]}
+ ["$" documentation {"+" [documentation:]}]
[data
- ["." text (#+ \n)
- ["%" format (#+ format)]]]
+ ["." text {"+" [\n]}
+ ["%" format {"+" [format]}]]]
[macro
["." template]]]]
[\\library