Skip to content

Commit f714b52

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent f292f02 commit f714b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ddiff/docs/types

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import ddiff = require( './index' );
2929
const out = new Float64Array( 11 );
3030
const w = new Float64Array( 11 );
3131

32-
ddiff( x.length, 1.0, x, 1, 1, p, 1, 1, a, 1, out, 1, w, 1 ); // $ExpectType Float64Array
32+
ddiff( x.length, 1, x, 1, 1, p, 1, 1, a, 1, out, 1, w, 1 ); // $ExpectType Float64Array
3333
}
3434

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

0 commit comments

Comments
 (0)