Skip to content

Commit 2411529

Browse files
committed
Auto-generated commit
1 parent 1ddcfc4 commit 2411529

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
@@ -536,6 +536,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
536536

537537
<details>
538538

539+
- [`17fa3d2`](https://github.com/stdlib-js/stdlib/commit/17fa3d277b28d85634444424f2af75edf60ab030) - **docs:** fix example _(by Athan Reines)_
539540
- [`7d9b31b`](https://github.com/stdlib-js/stdlib/commit/7d9b31bcaf049f263228d7d5c020bb24c408e6d7) - **refactor:** use `array/fixed-endian-factory` _(by Athan Reines)_
540541
- [`a3a04e3`](https://github.com/stdlib-js/stdlib/commit/a3a04e32057b878529b86180e38ed3ae383c34ef) - **feat:** add `array/fixed-endian-factory` _(by Athan Reines)_
541542
- [`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)_

fixed-endian-factory/README.md

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

53-
Float32ArrayFE = fixedEndianFactory( 'float32' );
53+
var Float32ArrayFE = fixedEndianFactory( 'float32' );
5454
// returns <Function>
5555
```
5656

0 commit comments

Comments
 (0)