Skip to content

Commit

Permalink
Merge pull request #1105 from keienWang/master
Browse files Browse the repository at this point in the history
fix: Correct spelling error
  • Loading branch information
dtolnay committed Jan 26, 2024
2 parents 6d44b9f + 2909b0b commit e56cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexical/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 exponet
/// Bias of the exponent
const EXPONENT_BIAS: i32;
/// Exponent portion of a denormal float.
const DENORMAL_EXPONENT: i32;
Expand Down

0 comments on commit e56cc69

Please sign in to comment.