File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
243
243
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/ndarray-iter-matrices.svg
244
244
[ npm-url ] : https://npmjs.org/package/@stdlib/ndarray-iter-matrices
245
245
246
- [ test-image ] : https://github.com/stdlib-js/ndarray-iter-matrices/actions/workflows/test.yml/badge.svg?branch=v0.1.0
247
- [ test-url ] : https://github.com/stdlib-js/ndarray-iter-matrices/actions/workflows/test.yml?query=branch:v0.1.0
246
+ [ test-image ] : https://github.com/stdlib-js/ndarray-iter-matrices/actions/workflows/test.yml/badge.svg?branch=main
247
+ [ test-url ] : https://github.com/stdlib-js/ndarray-iter-matrices/actions/workflows/test.yml?query=branch:main
248
248
249
249
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/ndarray-iter-matrices/main.svg
250
250
[ coverage-url ] : https://codecov.io/github/stdlib-js/ndarray-iter-matrices?branch=main
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import nditerMatrices = require( './index' );
49
49
nditerMatrices ( ( x : number ) : number => x , { } ) ; // $ExpectError
50
50
}
51
51
52
- // The compiler throws an error if the function is provided a second argument which is not a an object...
52
+ // The compiler throws an error if the function is provided a second argument which is not an object...
53
53
{
54
54
nditerMatrices ( zeros ( [ 2 , 2 , 2 ] ) , 'abc' ) ; // $ExpectError
55
55
nditerMatrices ( zeros ( [ 2 , 2 , 2 ] ) , 123 ) ; // $ExpectError
You can’t perform that action at this time.
0 commit comments