Skip to content

Commit 0dbbab6

Browse files
headlessNodekgryte
andauthored
refactor: apply review suggestion
Co-authored-by: Athan <[email protected]> Signed-off-by: Muhammad Haris <[email protected]>
1 parent 536c825 commit 0dbbab6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gcusumkbn/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import gcusumkbn = require( './index' );
2727
const x = new Float64Array( 10 );
2828
const y = new Float64Array( 10 );
2929

30-
gcusumkbn( x.length, 0.0, x, 1, y, 1 ); // $ExpectType OutputArray
30+
gcusumkbn( x.length, 0.0, x, 1, y, 1 ); // $ExpectType Float64Array
3131
gcusumkbn( x.length, 0.0, new AccessorArray( x ), 1, new AccessorArray( y ), 1 ); // $ExpectType AccessorArray
3232
}
3333

0 commit comments

Comments
 (0)