Skip to content

Commit 06db87c

Browse files
committed
Update test description
1 parent 540e1ff commit 06db87c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/filled/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function next(): any {
8181
filledarray( 1.0, buf, 8, 2, 'int16' ); // $ExpectType TypedArray
8282
}
8383

84-
// The compiler throws an error if the function is not provided a valid length, typed array, array-like object, or `ArrayBuffer` argument...
84+
// The compiler throws an error if the function is not provided a valid length, typed array, array-like object, `ArrayBuffer`, or iterable argument...
8585
{
8686
filledarray( 1.0, false ); // $ExpectError
8787
filledarray( 1.0, true ); // $ExpectError

0 commit comments

Comments
 (0)