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 @@ -392,6 +392,7 @@ A total of 15 issues were closed in this release:
392392
393393<details >
394394
395+ - [ ` b599489 ` ] ( https://github.com/stdlib-js/stdlib/commit/b5994896400e31d3850ba003a2eb016142bf6c9a ) - ** docs:** fix signature _ (by Athan Reines)_
395396- [ ` e8064cd ` ] ( https://github.com/stdlib-js/stdlib/commit/e8064cdc716fc9381a143620ef291722dba49228 ) - ** feat:** add ` ndarray/vector/float32 ` _ (by Athan Reines)_
396397- [ ` fbc6b85 ` ] ( https://github.com/stdlib-js/stdlib/commit/fbc6b852fae5eb77c36e04208c4aad574d146459 ) - ** docs:** fix comments _ (by Athan Reines)_
397398- [ ` 5471fc4 ` ] ( https://github.com/stdlib-js/stdlib/commit/5471fc4ca1505d407bc2f0cb13cea076c73341c5 ) - ** docs:** fix descriptions _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ limitations under the License.
4040var Float32Vector = require ( ' @stdlib/ndarray/vector/float32' );
4141```
4242
43- #### Float32Vector( \[ , options] )
43+ #### Float32Vector( \[ options] )
4444
4545Returns a one-dimensional single-precision floating-point [ ndarray] [ @stdlib/ndarray/ctor ] .
4646
You can’t perform that action at this time.
0 commit comments