Skip to content

Commit ccb462b

Browse files
authored
chore: fix type in docs
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 33537ce commit ccb462b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/glast-index-of/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/glast-index-of/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import glastIndexOf = require( './index' );
4141
glastIndexOf( {}, 2.0, x, 1 ); // $ExpectError
4242
}
4343

44-
// The compiler throws an error if the function is provided a third argument which is not a Float64Array...
44+
// The compiler throws an error if the function is provided a third argument which is not a collection...
4545
{
4646
glastIndexOf( 3, 1.0, 1, 1 ); // $ExpectError
4747
glastIndexOf( 3, 1.0, true, 1 ); // $ExpectError

0 commit comments

Comments
 (0)