Skip to content

Commit 26fe36e

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

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
@@ -89,7 +89,7 @@ import glastIndexOf = require( './index' );
8989
glastIndexOf.ndarray( {}, 2.0, x, 1, 1 ); // $ExpectError
9090
}
9191

92-
// The compiler throws an error if the `ndarray` method is provided a third argument which is not a Float64Array...
92+
// The compiler throws an error if the `ndarray` method is provided a third argument which is not a collection...
9393
{
9494
glastIndexOf.ndarray( 3, 1.0, 1, 1, 1 ); // $ExpectError
9595
glastIndexOf.ndarray( 3, 1.0, true, 1, 1 ); // $ExpectError

0 commit comments

Comments
 (0)