Skip to content

Commit 861f628

Browse files
committed
docs: fix comment
PR-URL: stdlib-js#2756 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
1 parent f3d5751 commit 861f628

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib

1 file changed

+1
-1
lines changed

Diff for: lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
3737
*
3838
* ```text
39-
* 00000000000 => 0 - BIAS = -127
39+
* 00000000 => 0 - BIAS = -127
4040
* ```
4141
*
4242
* where `BIAS = 127`.

0 commit comments

Comments
 (0)