Skip to content

Commit 732ca7e

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 75d8c3e commit 732ca7e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ import zher2 = require( './index' );
249249
zher2.ndarray( undefined, 10, alpha, x, 1, 0, y, 1, 0, A, 3, 1, 0 ); // $ExpectError
250250
zher2.ndarray( [], 10, alpha, x, 1, 0, y, 1, 0, A, 3, 1, 0 ); // $ExpectError
251251
zher2.ndarray( {}, 10, alpha, x, 1, 0, y, 1, 0, A, 3, 1, 0 ); // $ExpectError
252-
zher2.ndarray.ndarray( 'row-major', ( x: number ): number => x, 10, alpha, x, 1, 0, y, 1, 0, A, 3, 1, 0 ); // $ExpectError
252+
zher2.ndarray( 'row-major', ( x: number ): number => x, 10, alpha, x, 1, 0, y, 1, 0, A, 3, 1, 0 ); // $ExpectError
253253
}
254254

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

0 commit comments

Comments
 (0)