Skip to content

Commit f0c3c93

Browse files
committed
docs: fix parameter description
1 parent 0668624 commit f0c3c93

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/copy-indexed/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/copy-indexed/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Collection } from '@stdlib/types/array';
2525
/**
2626
* Copies the elements of an indexed array-like object to a new "generic" array.
2727
*
28-
* @param x - array length
28+
* @param x - input array
2929
* @returns output array
3030
*
3131
* @example

0 commit comments

Comments
 (0)