Skip to content

Commit fed53aa

Browse files
committed
Auto-generated commit
1 parent 6f26c71 commit fed53aa

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 whether a value is an accessor array
2626
*
2727
* @example
28-
* var Complex128Array = require( `@stdlib/array/complex128` );
28+
* var Complex128Array = require( '@stdlib/array-complex128' );
2929
*
3030
* var arr = new Complex128Array( 10 );
3131
* var bool = isAccessorArray( arr );

0 commit comments

Comments
 (0)