Skip to content

Commit 57953ed

Browse files
chore: fix JavaScript lint errors (issue #6616)
PR-URL: #6626 Closes: #6616 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com> Signed-off-by: GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
1 parent f9d3b79 commit 57953ed

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
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' );
28+
* var toWordf = require( '@stdlib/number/float32/base/to-word' );
3029
*
3130
* var f32 = float64ToFloat32( 1.337 );
3231
* // returns 1.3370000123977661

0 commit comments

Comments
 (0)