Skip to content

Commit 309cd51

Browse files
committed
Auto-generated commit
1 parent b2563f0 commit 309cd51

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/.keepalive

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

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
* @returns boolean indicating if a value is an ndarray-like object whose underlying data type is `complex64`
2626
*
2727
* @example
28-
* var Complex64Array = require( `@stdlib/array/complex64` );
29-
* var ndarray = require( `@stdlib/ndarray/ctor` );
28+
* var Complex64Array = require( '@stdlib/array-complex64' );
29+
* var ndarray = require( '@stdlib/ndarray-ctor' );
3030
*
3131
* var arr = ndarray( 'complex64', new Complex64Array( [ 0, 0, 0, 0, 0, 0, 0, 0 ] ), [ 2, 2 ], [ 2, 1 ], 0, 'row-major' );
3232
*

0 commit comments

Comments
 (0)