Skip to content

Commit 1a44272

Browse files
committed
Auto-generated commit
1 parent 1788449 commit 1a44272

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

-1
This file was deleted.

docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ interface AccessorArray {
5555
* @returns boolean indicating whether a value is an accessor array
5656
*
5757
* @example
58-
* var Complex128Array = require( `@stdlib/array/complex128` );
58+
* var Complex128Array = require( '@stdlib/array-complex128' );
5959
*
6060
* var arr = new Complex128Array( 10 );
6161
* var bool = isAccessorArray( arr );

0 commit comments

Comments
 (0)