Skip to content

Commit 6eefd96

Browse files
committed
Auto-generated commit
1 parent 9aa3908 commit 6eefd96

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
@@ -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)_

vector/float32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
var Float32Vector = require( '@stdlib/ndarray/vector/float32' );
4141
```
4242

43-
#### Float32Vector( \[, options] )
43+
#### Float32Vector( \[options] )
4444

4545
Returns a one-dimensional single-precision floating-point [ndarray][@stdlib/ndarray/ctor].
4646

0 commit comments

Comments
 (0)