Skip to content

Commit e56cc69

Browse files
authored
Merge pull request #1105 from keienWang/master
fix: Correct spelling error
2 parents 6d44b9f + 2909b0b commit e56cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lexical/num.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pub trait Float: Number {
223223
const NEGATIVE_INFINITY_BITS: Self::Unsigned;
224224
/// Size of the significand (mantissa) without hidden bit.
225225
const MANTISSA_SIZE: i32;
226-
/// Bias of the exponet
226+
/// Bias of the exponent
227227
const EXPONENT_BIAS: i32;
228228
/// Exponent portion of a denormal float.
229229
const DENORMAL_EXPONENT: i32;

0 commit comments

Comments
 (0)