Skip to content

Commit 54534dd

Browse files
JaySoni1kgrytestdlib-bot
authored
chore: address commit comments
PR-URL: #5978 Closes: #5894 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: JaySoni1 <[email protected]> Signed-off-by: Athan Reines <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
1 parent b670bb9 commit 54534dd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: 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|Complex64Array)} 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)