Skip to content

Commit 17fa3d2

Browse files
committed
docs: fix example
1 parent e448eeb commit 17fa3d2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/README.md

+1-1
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)