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 @@ -536,6 +536,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
536
536
537
537
<details >
538
538
539
+ - [ ` 17fa3d2 ` ] ( https://github.com/stdlib-js/stdlib/commit/17fa3d277b28d85634444424f2af75edf60ab030 ) - ** docs:** fix example _ (by Athan Reines)_
539
540
- [ ` 7d9b31b ` ] ( https://github.com/stdlib-js/stdlib/commit/7d9b31bcaf049f263228d7d5c020bb24c408e6d7 ) - ** refactor:** use ` array/fixed-endian-factory ` _ (by Athan Reines)_
540
541
- [ ` a3a04e3 ` ] ( https://github.com/stdlib-js/stdlib/commit/a3a04e32057b878529b86180e38ed3ae383c34ef ) - ** feat:** add ` array/fixed-endian-factory ` _ (by Athan Reines)_
541
542
- [ ` 5742947 ` ] ( https://github.com/stdlib-js/stdlib/commit/5742947f31198648b2f753e1f9322367c9e3ae06 ) - ** feat:** add ` array/base/cuany-by-right ` [ (#2667 )] ( https://github.com/stdlib-js/stdlib/pull/2667 ) _ (by DebashisMaharana, Philipp Burckhardt)_
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Returns a typed array constructor for creating typed arrays having a specified [
50
50
var Float64ArrayFE = fixedEndianFactory ( ' float64' );
51
51
// returns <Function>
52
52
53
- Float32ArrayFE = fixedEndianFactory ( ' float32' );
53
+ var Float32ArrayFE = fixedEndianFactory ( ' float32' );
54
54
// returns <Function>
55
55
```
56
56
You can’t perform that action at this time.
0 commit comments