Skip to content

Commit dcc2d9e

Browse files
committed
Fix typescript test expectations
1 parent 179d2ba commit dcc2d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/gscal/docs/types

lib/node_modules/@stdlib/blas/base/ndarray/gscal/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import gscal = require( './index' );
3333
'dtype': 'generic'
3434
});
3535

36-
gscal( [ x, alpha ] ); // $ExpectType typedndarray<number>
36+
gscal( [ x, alpha ] ); // $ExpectType genericndarray<number>
3737
}
3838

3939
// The compiler throws an error if the function is provided a first argument which is not an array of ndarrays...

0 commit comments

Comments
 (0)