We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26c71 commit fed53aaCopy full SHA for fed53aa
.github/.keepalive
docs/types/index.d.ts
@@ -25,7 +25,7 @@
25
* @returns boolean indicating whether a value is an accessor array
26
*
27
* @example
28
-* var Complex128Array = require( `@stdlib/array/complex128` );
+* var Complex128Array = require( '@stdlib/array-complex128' );
29
30
* var arr = new Complex128Array( 10 );
31
* var bool = isAccessorArray( arr );
0 commit comments