aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/math/random.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/math/random.lux b/stdlib/source/documentation/lux/math/random.lux
index 652ef5c77..97a8b484e 100644
--- a/stdlib/source/documentation/lux/math/random.lux
+++ b/stdlib/source/documentation/lux/math/random.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux {"-" [or and nat int rev]}
- ["$" documentation {"+" [documentation:]}]
+ [lux {"-" or and nat int rev}
+ ["$" documentation {"+" documentation:}]
[data
- ["[0]" text {"+" [\n]}
- ["%" format {"+" [format]}]]]
+ ["[0]" text {"+" \n}
+ ["%" format {"+" format}]]]
[macro
["[0]" template]]]]
[\\library