Skip to content

Commit 91e6910

Browse files
committed
Auto-generated commit
1 parent af29cc8 commit 91e6910

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

668668
<details>
669669

670+
- [`880be90`](https://github.com/stdlib-js/stdlib/commit/880be90c78565355d6e6616def13ccf5037faeca) - **style:** add missing spaces before closing bracket _(by Philipp Burckhardt)_
670671
- [`3977119`](https://github.com/stdlib-js/stdlib/commit/39771197cd35f28f98740f9818a973b0e551e5af) - **test:** fix broken test _(by Athan Reines)_
671672
- [`6c8898d`](https://github.com/stdlib-js/stdlib/commit/6c8898d91f98aba98914c5a5963b4e3b0cc24811) - **test:** add tests for DataType instances _(by Athan Reines)_
672673
- [`c051895`](https://github.com/stdlib-js/stdlib/commit/c0518959311dbcad23153b1610239e6c1213daf7) - **test:** add tests for DataType instances _(by Athan Reines)_

any-by/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var validate = require( './validate.js' );
8181
*
8282
* // Perform reduction:
8383
* var out = assign( x, y, isPositive );
84-
* // returns <ndarray>[ true]
84+
* // returns <ndarray>[ true ]
8585
*
8686
* var bool = ( out === y );
8787
* // returns true

0 commit comments

Comments
 (0)