We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1788449 commit 1a44272Copy full SHA for 1a44272
.github/.keepalive
docs/types/index.d.ts
@@ -55,7 +55,7 @@ interface AccessorArray {
55
* @returns boolean indicating whether a value is an accessor array
56
*
57
* @example
58
-* var Complex128Array = require( `@stdlib/array/complex128` );
+* var Complex128Array = require( '@stdlib/array-complex128' );
59
60
* var arr = new Complex128Array( 10 );
61
* var bool = isAccessorArray( arr );
0 commit comments