We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bee47f commit a39cae4Copy full SHA for a39cae4
lib/node_modules/@stdlib/assert/is-typed-array-like/lib/index.js
@@ -24,7 +24,7 @@
24
* @module @stdlib/assert/is-typed-array-like
25
*
26
* @example
27
-* var Int8Array = require( '@stdlib/array/int16' );
+* var Int16Array = require( '@stdlib/array/int16' );
28
* var isTypedArrayLike = require( '@stdlib/assert/is-typed-array-like' );
29
30
* var bool = isTypedArrayLike( new Int16Array() );
0 commit comments