Skip to content

Commit c94d6df

Browse files
committed
Auto-generated commit
1 parent 5650935 commit c94d6df

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
@@ -40,7 +40,7 @@ import { Collection, AccessorArrayLike } from '@stdlib/types/array';
4040
* // returns 1
4141
*
4242
* @example
43-
* var Complex128Array = require( `@stdlib/array/complex128` );
43+
* var Complex128Array = require( '@stdlib/array-complex128' );
4444
*
4545
* var arr = toAccessorArray( new Complex128Array( 10 ) );
4646
* // returns <Complex128Array>

0 commit comments

Comments
 (0)