Skip to content

Commit 537b97d

Browse files
chore: Fix JavaScript lint errors #6616
Signed-off-by: GURU PRASAD SHARMA <[email protected]>
1 parent 5087e64 commit 537b97d

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/number/float32/base/to-word/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/number/float32/base/to-word/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
* @module @stdlib/number/float32/base/to-word
2525
*
2626
* @example
27-
* var toWordf = require( '@stdlib/number/float32/base/to-word' );
28-
*
2927
* var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
3028
*
29+
* var toWordf = require( '@stdlib/number/float32/base/to-word' );
30+
*
3131
* var f32 = float64ToFloat32( 1.337 );
3232
* // returns 1.3370000123977661
3333
*

0 commit comments

Comments
 (0)