10000 Auto-generated commit · stdlib-js/random-exponential@40c8b03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40c8b03

Browse files
committed
Auto-generated commit
1 parent a2a84ac commit 40c8b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
array dimensions using modulo arithmetic. If equal to 'clamp', an
3737
ndarray instance sets a subscript exceeding array dimensions to either
3838
`0` (minimum index) or the maximum index. If the number of modes is
39-
fewer than the number of dimensions, an ndarray instance recycles modes
39+
less than the number of dimensions, an ndarray instance recycles modes
4040
using modulo arithmetic. Default: [ options.mode ].
4141

4242
options.readonly: boolean (optional)
@@ -145,7 +145,7 @@
145145
subscripts exceeding array dimensions using modulo arithmetic. If equal
146146
to 'clamp', an ndarray instance sets a subscript exceeding array
147147
dimensions to either `0` (minimum index) or the maximum index. If the
148-
number of modes is fewer than the number of dimensions, an ndarray
148+
number of modes is less than the number of dimensions, an ndarray
149149
instance recycles modes using modulo arithmetic. Default:
150150
[options.mode].
151151

0 commit comments

Comments
 (0)
0