Skip to content

Commit e73378c

Browse files
committed
Remove article
1 parent a4cbae3 commit e73378c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/types/typed-array/factory/lib

lib/node_modules/@stdlib/types/typed-array/factory/lib/typedarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var CTORS = require( './ctors.js' );
1111
/**
1212
* Creates a typed array.
1313
*
14-
* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer)} arg - a length, typed array, array-like object, or a buffer
14+
* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer)} arg - a length, typed array, array-like object, or buffer
1515
* @param {NonNegativeInteger} [byteOffset=0] - byte offset
1616
* @param {NonNegativeInteger} [length] - view length
1717
* @param {string} [dtype="float64"] - data type

0 commit comments

Comments
 (0)