Skip to content

Commit 89a6f3e

Browse files
committed
Auto-generated commit
1 parent dcc91ee commit 89a6f3e

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
@@ -659,6 +659,7 @@ A total of 37 issues were closed in this release:
659659

660660
<details>
661661

662+
- [`50ec01b`](https://github.com/stdlib-js/stdlib/commit/50ec01b7e6b99e92e033199246bae378a10ee479) - **style:** fix missing space _(by Athan Reines)_
662663
- [`a799baf`](https://github.com/stdlib-js/stdlib/commit/a799bafe59b868a07c99266ca494074a8037ce67) - **docs:** update examples _(by Athan Reines)_
663664
- [`b760fb5`](https://github.com/stdlib-js/stdlib/commit/b760fb5724fb36fb9ae5b18aaf642b3f25037cec) - **refactor:** rename `sentinelValue` option in `ndarray/find` _(by Muhammad Haris)_
664665
- [`178c4a3`](https://github.com/stdlib-js/stdlib/commit/178c4a33f559e1bdf0e6d3f2c4eb95b59ecd7210) - **docs:** update description _(by Athan Reines)_

push/test/test.assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tape( 'the function throws an error if provided an output argument which is not
121121

122122
function badValue( value ) {
123123
return function badValue() {
124-
push( zeros( [ 2 ]), 0.0, value );
124+
push( zeros( [ 2 ] ), 0.0, value );
125125
};
126126
}
127127
});

0 commit comments

Comments
 (0)