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 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 >
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Returns a typed array constructor for creating typed arrays having a specified [
8383var Float64ArrayFE = fixedEndianFactory ( ' float64' );
8484// returns <Function>
8585
86- Float32ArrayFE = fixedEndianFactory ( ' float32' );
86+ var Float32ArrayFE = fixedEndianFactory ( ' float32' );
8787// returns <Function>
8888```
8989
You can’t perform that action at this time.
0 commit comments