aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/random.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-15 20:45:48 -0400
committerEduardo Julian2021-09-15 20:45:48 -0400
commitc234d5d25331d6ed3b9455ce8c93ec4d34402f91 (patch)
tree29148102b8881e037dfa74c3386fdde496025a07 /stdlib/source/documentation/lux/math/random.lux
parent4f4656b278c6f9dfbdd15d5d9bc86d63c5b44333 (diff)
"Row" => "Sequence"
Diffstat (limited to '')
-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 97a8b484e..128179f77 100644
--- a/stdlib/source/documentation/lux/math/random.lux
+++ b/stdlib/source/documentation/lux/math/random.lux
@@ -125,7 +125,7 @@
($.default /.maybe)
($.default /.list)
- ($.default /.row)
+ ($.default /.sequence)
($.default /.array)
($.default /.queue)
($.default /.stack)