diff --git a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js index 964ef3fd1faa..bb21649d2237 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js +++ b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js @@ -36,7 +36,7 @@ * The maximum biased base 2 exponent for a subnormal single-precision floating-point number. * * ```text -* 00000000000 => 0 - BIAS = -127 +* 00000000 => 0 - BIAS = -127 * ``` * * where `BIAS = 127`.