Skip to content

Commit 821636d

Browse files
committed
Auto-generated commit
1 parent 6f454ac commit 821636d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

703703
<details>
704704

705+
- [`892be43`](https://github.com/stdlib-js/stdlib/commit/892be43dfec83129f37877bae20fff27f73f8cf2) - **test:** fix description _(by Athan Reines)_
705706
- [`2699f38`](https://github.com/stdlib-js/stdlib/commit/2699f38dd49d6686d3104a9100b2c05fe8d537f2) - **docs:** improve doctests for ndarray instances in `ndarray/filter-map` [(#9663)](https://github.com/stdlib-js/stdlib/pull/9663) _(by Shreelaxmi Hegde, Athan Reines)_
706707
- [`0376e06`](https://github.com/stdlib-js/stdlib/commit/0376e06fa1a8c4aebe3bfe8f708136f86432f9eb) - **docs:** improve doctests for ndarray instances in `ndarray/fliplr` [(#9672)](https://github.com/stdlib-js/stdlib/pull/9672) _(by Shreelaxmi Hegde)_
707708
- [`6a08125`](https://github.com/stdlib-js/stdlib/commit/6a0812589be9a47f48809b7223377399c24ba272) - **docs:** improve doctests for ndarray instances in `ndarray/flipud` [(#9673)](https://github.com/stdlib-js/stdlib/pull/9673) _(by Shreelaxmi Hegde)_

any-by/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ tape( 'the function throws an error if provided an options with a `dims` propert
457457
}
458458
});
459459

460-
tape( 'the function throws an error if provided an options with a `dims` property which contains dimensions more than the input ndarray', function test( t ) {
460+
tape( 'the function throws an error if provided an options with a `dims` property which contains more dimensions than the input ndarray', function test( t ) {
461461
var values;
462462
var x;
463463
var i;

0 commit comments

Comments
 (0)