Skip to content

Commit dcac0d2

Browse files
authored
docs: fix return annotation
Signed-off-by: Athan <[email protected]>
1 parent b39ebcc commit dcac0d2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/catalan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var bool = ( FLOAT32_CATALAN === 0.9159656167030334 );
7676
var FLOAT32_CATALAN = require( '@stdlib/constants/float32/catalan' );
7777

7878
console.log( FLOAT32_CATALAN );
79-
// => 0.9159656167030332
79+
// => 0.9159656167030334
8080
```
8181

8282
</section>

0 commit comments

Comments
 (0)