We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d2ba commit dcc2d9eCopy full SHA for dcc2d9e
1 file changed
lib/node_modules/@stdlib/blas/base/ndarray/gscal/docs/types/test.ts
@@ -33,7 +33,7 @@ import gscal = require( './index' );
33
'dtype': 'generic'
34
});
35
36
- gscal( [ x, alpha ] ); // $ExpectType typedndarray<number>
+ gscal( [ x, alpha ] ); // $ExpectType genericndarray<number>
37
}
38
39
// The compiler throws an error if the function is provided a first argument which is not an array of ndarrays...
0 commit comments