Skip to content

Commit e78acc5

Browse files
committed
feat: add constants/float32/sqrt-three
1 parent 9b0674c commit e78acc5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/sqrt-three

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var bool = ( FLOAT32_SQRT3 === 1.7320507764816284);
5252
<!-- eslint no-undef: "error" -->
5353

5454
```javascript
55-
var FLAOT32_SQRT3 = require( '@stdlib/constants/float32/sqrt-three' );
55+
var FLOAT32_SQRT3 = require( '@stdlib/constants/float32/sqrt-three' );
5656

5757
console.log( FLOAT32_SQRT3 );
5858
// => 1.7320507764816284

0 commit comments

Comments
 (0)