Skip to content

Commit a57311f

Browse files
chore: refactor example
1 parent b720b95 commit a57311f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/glaisher-kinkelin/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/glaisher-kinkelin/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
var FLOAT32_A = require( './../lib' );
2222

23-
console.log( 'Glaisher\'s constant: %1f', FLOAT32_A );
23+
console.log( 'Glaisher\'s constant: %f', FLOAT32_A );
2424
// => 1.2824270725250244

0 commit comments

Comments
 (0)