Skip to content

Commit 194daaa

Browse files
headlessNodekgryte
andauthored
refactor: apply review suggestion
Co-authored-by: Athan <[email protected]> Signed-off-by: Muhammad Haris <[email protected]>
1 parent 7fd06ef commit 194daaa

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
@@ -28,7 +28,7 @@ import gcusumkbn = require( './index' );
2828
const y = new Float64Array( 10 );
2929

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

3434
// The compiler throws an error if the function is provided a first argument which is not a number...

0 commit comments

Comments
 (0)