Skip to content

Commit ecb7f82

Browse files
committed
Auto-generated commit
1 parent 6828919 commit ecb7f82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @returns boolean indicating if a value is a 1-dimensional ndarray-like object
2626
*
2727
* @example
28-
* var ndarray = require( `@stdlib/ndarray/ctor` );
28+
* var ndarray = require( '@stdlib/ndarray-ctor' );
2929
*
3030
* var arr = ndarray( 'generic', [ 0, 0, 0, 0 ], [ 4 ], [ 1 ], 0, 'row-major' );
3131
* var bool = isVectorLike( arr );

0 commit comments

Comments
 (0)