Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/filled/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function filledAccessors( arr, value ) {
* @throws {TypeError} must provide a recognized data type
* @throws {TypeError} must provide a length, typed array, array-like object, buffer, or iterable
* @throws {Error} creating a generic array from an `ArrayBuffer` is not supported
* @returns {(TypedArray|Array|ComplexArray)} array or typed array
* @returns {(TypedArray|Array|Complex64Array)} array or typed array
*
* @example
* var arr = filledarray();
Expand Down