aboutsummaryrefslogtreecommitdiff
path: root/src/lexical/num.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexical/num.rs')
-rw-r--r--src/lexical/num.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexical/num.rs b/src/lexical/num.rs
index af10afd..e47e003 100644
--- a/src/lexical/num.rs
+++ b/src/lexical/num.rs
@@ -223,7 +223,7 @@ pub trait Float: Number {
const NEGATIVE_INFINITY_BITS: Self::Unsigned;
/// Size of the significand (mantissa) without hidden bit.
const MANTISSA_SIZE: i32;
- /// Bias of the exponent
+ /// Bias of the exponet
const EXPONENT_BIAS: i32;
/// Exponent portion of a denormal float.
const DENORMAL_EXPONENT: i32;