aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/math/random.lux')
-rw-r--r--stdlib/source/documentation/lux/math/random.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/documentation/lux/math/random.lux b/stdlib/source/documentation/lux/math/random.lux
index 8dcfb98dd..2e689aba7 100644
--- a/stdlib/source/documentation/lux/math/random.lux
+++ b/stdlib/source/documentation/lux/math/random.lux
@@ -13,7 +13,7 @@
(documentation: /.PRNG
"An abstract way to represent any PRNG.")
-(documentation: /.Random
+(documentation: (/.Random it)
"A producer of random values based on a PRNG.")
(documentation: /.only