Skip to content

Commit 3c8a69c

Browse files
committed
Auto-generated commit
1 parent 196ddfe commit 3c8a69c

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
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`17fa3d2`](https://github.com/stdlib-js/stdlib/commit/17fa3d277b28d85634444424f2af75edf60ab030) - **docs:** fix example _(by Athan Reines)_
2526
- [`a3a04e3`](https://github.com/stdlib-js/stdlib/commit/a3a04e32057b878529b86180e38ed3ae383c34ef) - **feat:** add `array/fixed-endian-factory` _(by Athan Reines)_
2627

2728
</details>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Returns a typed array constructor for creating typed arrays having a specified [
8383
var Float64ArrayFE = fixedEndianFactory( 'float64' );
8484
// returns <Function>
8585

86-
Float32ArrayFE = fixedEndianFactory( 'float32' );
86+
var Float32ArrayFE = fixedEndianFactory( 'float32' );
8787
// returns <Function>
8888
```
8989

0 commit comments

Comments
 (0)