Skip to content

Commit 808be6c

Browse files
committed
Rename parameter in signature and remove unused parameter from list
1 parent a07e7aa commit 808be6c

File tree

1 file changed

+1
-4
lines changed
  • lib/node_modules/@stdlib/random/shuffle/docs

1 file changed

+1
-4
lines changed

lib/node_modules/@stdlib/random/shuffle/docs/repl.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
{{alias}}( x[, options] )
2+
{{alias}}( arr[, options] )
33
Shuffles elements of an array-like object.
44

55
Parameters
@@ -34,9 +34,6 @@
3434

3535
Parameters
3636
----------
37-
arr: ArrayLike
38-
Array-like object to shuffle.
39-
4037
options: Object (optional)
4138
Options.
4239

0 commit comments

Comments
 (0)