Skip to content

Commit 38b2a17

Browse files
authored
test: update expected value
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 48ce3c7 commit 38b2a17

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import gaxpy = require( './index' );
3636
'dtype': 'generic'
3737
});
3838

39-
gaxpy( [ x, y, alpha ] ); // $ExpectType typedndarray
39+
gaxpy( [ x, y, alpha ] ); // $ExpectType genericndarray<number>
4040
}
4141

4242
// 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)