8000 Auto-generated commit · stdlib-js/ndarray-iter-matrices@3e4b59c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e4b59c

Browse files
committed
Auto-generated commit
1 parent 5d55a4b commit 3e4b59c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
243243
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-iter-matrices.svg
244244
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-iter-matrices
245245

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
248248

249249
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-iter-matrices/main.svg
250250
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-iter-matrices?branch=main

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import nditerMatrices = require( './index' );
4949
nditerMatrices( ( x: number ): number => x, {} ); // $ExpectError
5050
}
5151

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...
5353
{
5454
nditerMatrices( zeros( [ 2, 2, 2 ] ), 'abc' ); // $ExpectError
5555
nditerMatrices( zeros( [ 2, 2, 2 ] ), 123 ); // $ExpectError

0 commit comments

Comments
 (0)
0