Skip to content

Commit 7513cfe

Browse files
udaykakade25kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #7047 Closes: #7003 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent aa4415c commit 7513cfe

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float32/base/exponent/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/float32/base/exponent/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/number/float32/base/exponent
2525
*
2626
* @example
27-
* var exponent = require( '@stdlib/number/float32/base/exponent' );
2827
* var toFloat32 = require( '@stdlib/number/float64/base/to-float32' );
28+
* var exponent = require( '@stdlib/number/float32/base/exponent' );
2929
*
3030
* var exp = exponent( toFloat32( 3.14e34 ) );
3131
* // returns 114 => 2**114 ~ 2.08e34

0 commit comments

Comments
 (0)