Skip to content

Commit ff7f6c4

Browse files
committed
Auto-generated commit
1 parent 07645a3 commit ff7f6c4

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+
- [`2f5f302`](https://github.com/stdlib-js/stdlib/commit/2f5f3024197771149f91359080983ae86191caba) - **test:** fix description _(by Athan Reines)_
593594
- [`7ac6058`](https://github.com/stdlib-js/stdlib/commit/7ac6058fdc8d3eede7ff5bb4e02fcba4b54e0211) - **docs:** add comment _(by Athan Reines)_
594595
- [`0af16c9`](https://github.com/stdlib-js/stdlib/commit/0af16c9618cb9bf7f5f3c521a8dbfc3e3f640b42) - **style:** resolve lint errors _(by Athan Reines)_
595596
- [`70e9b6c`](https://github.com/stdlib-js/stdlib/commit/70e9b6c1b5b3521412ed4a8fed9ab3de337ab661) - **feat:** add `ndarray/base/pop` [(#8108)](https://github.com/stdlib-js/stdlib/pull/8108) _(by Muhammad Haris, Athan Reines)_

any/test/test.assign.js

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

212-
tape( 'the function throws an error if provided an options with invalid `dims` property', function test( t ) {
212+
tape( 'the function throws an error if provided an options argument with invalid `dims` property', function test( t ) {
213213
var values;
214214
var x;
215215
var y;

0 commit comments

Comments
 (0)