File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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)_
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments