We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e448eeb commit 17fa3d2Copy full SHA for 17fa3d2
lib/node_modules/@stdlib/array/fixed-endian-factory/README.md
@@ -50,7 +50,7 @@ Returns a typed array constructor for creating typed arrays having a specified [
50
var Float64ArrayFE = fixedEndianFactory( 'float64' );
51
// returns <Function>
52
53
-Float32ArrayFE = fixedEndianFactory( 'float32' );
+var Float32ArrayFE = fixedEndianFactory( 'float32' );
54
55
```
56
0 commit comments