Skip to content

Commit c31eccd

Browse files
authored
chore(array): fix incorrect JSDoc type
PR-URL: #5844 Closes: #5836 Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Gururaj Gurram <[email protected]>
1 parent 077d03c commit c31eccd

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

+1-1
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)} array or typed array
103+
* @returns {(TypedArray|Array|Complex64Array)} array or typed array
104104
*
105105
* @example
106106
* var arr = filledarray();

0 commit comments

Comments
 (0)