Skip to content

Commit e03df94

Browse files
committed
Auto-generated commit
1 parent 0055707 commit e03df94

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ A total of 24 issues were closed in this release:
590590

591591
<details>
592592

593+
- [`5b42c46`](https://github.com/stdlib-js/stdlib/commit/5b42c466e82c41e5ef0d52bac26a1d4fa03ac31a) - **test:** fix description _(by Athan Reines)_
593594
- [`bf13b2e`](https://github.com/stdlib-js/stdlib/commit/bf13b2e3801d56c8ec137e4160834c424af5f40f) - **test:** fix descriptions _(by Athan Reines)_
594595
- [`2f5f302`](https://github.com/stdlib-js/stdlib/commit/2f5f3024197771149f91359080983ae86191caba) - **test:** fix description _(by Athan Reines)_
595596
- [`7ac6058`](https://github.com/stdlib-js/stdlib/commit/7ac6058fdc8d3eede7ff5bb4e02fcba4b54e0211) - **docs:** add comment _(by Athan Reines)_

any/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tape( 'the function throws an error if provided an options argument which is not
127127
}
128128
});
129129

130-
tape( 'the function throws an error if provided an options argument with invalid `dims` property', function test( t ) {
130+
tape( 'the function throws an error if provided an options argument with an invalid `dims` property', function test( t ) {
131131
var values;
132132
var x;
133133
var i;

0 commit comments

Comments
 (0)