Skip to content

Commit ffece29

Browse files
committed
Auto-generated commit
1 parent 2b8502e commit ffece29

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.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 a 2-dimensional ndarray-like object whose underlying data type is `complex128`
2626
*
2727
* @example
28-
* var Complex128Array = require( `@stdlib/array/complex128` );
29-
* var ndarray = require( `@stdlib/ndarray/ctor` );
28+
* var Complex128Array = require( '@stdlib/array-complex128' );
29+
* var ndarray = require( '@stdlib/ndarray-ctor' );
3030
*
3131
* var arr = ndarray( 'complex128', new Complex128Array( [ 0, 0, 0, 0, 0, 0, 0, 0 ] ), [ 2, 2 ], [ 2, 1 ], 0, 'row-major' );
3232
*

0 commit comments

Comments
 (0)