Skip to content

Commit 485b1dd

Browse files
committed
docs: fix arraylike2object example in array/base namespace declarations
1 parent 03405cc commit 485b1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/docs/types

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ interface Namespace {
581581
* var fcns = obj.accessors;
582582
* // returns [ <Function>, <Function> ]
583583
*
584-
* var v = fcns[ 0 ]( x.data, 2 );
584+
* var v = fcns[ 0 ]( x, 2 );
585585
* // returns 3
586586
*/
587587
arraylike2object: typeof arraylike2object;

0 commit comments

Comments
 (0)