Skip to content

Commit aeb089f

Browse files
authored
docs: fix comment
Signed-off-by: Athan <[email protected]>
1 parent 1332647 commit aeb089f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import gindexOf = require( './index' );
110110
gindexOf.ndarray( x.length, {}, x, 1, 1 ); // $ExpectError
111111
}
112112

113-
// The compiler throws an error if the `ndarray` method is provided a third argument which is not a numeric array...
113+
// The compiler throws an error if the `ndarray` method is provided a third argument which is not a collection...
114114
{
115115
gindexOf.ndarray( x.length, 1.0, '1', 1, 1 ); // $ExpectError
116116
gindexOf.ndarray( x.length, 1.0, true, 1, 1 ); // $ExpectError

0 commit comments

Comments
 (0)