Skip to content

Commit ce078af

Browse files
authored
docs: remove extra type
Signed-off-by: Athan <[email protected]>
1 parent f440e89 commit ce078af

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/filled/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/filled/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function filledAccessors( arr, value ) {
100100
* @throws {TypeError} must provide a recognized data type
101101
* @throws {TypeError} must provide a length, typed array, array-like object, buffer, or iterable
102102
* @throws {Error} creating a generic array from an `ArrayBuffer` is not supported
103-
* @returns {(TypedArray|Array|ComplexArray|ComplexTypedArray)} array or typed array
103+
* @returns {(TypedArray|Array|ComplexArray)} array or typed array
104104
*
105105
* @example
106106
* var arr = filledarray();

0 commit comments

Comments
 (0)