Skip to content

Commit a39cae4

Browse files
committed
Fix variable name
1 parent 5bee47f commit a39cae4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-typed-array-like/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-typed-array-like/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @module @stdlib/assert/is-typed-array-like
2525
*
2626
* @example
27-
* var Int8Array = require( '@stdlib/array/int16' );
27+
* var Int16Array = require( '@stdlib/array/int16' );
2828
* var isTypedArrayLike = require( '@stdlib/assert/is-typed-array-like' );
2929
*
3030
* var bool = isTypedArrayLike( new Int16Array() );

0 commit comments

Comments
 (0)