Skip to content

Commit

Permalink
fix: Correct spelling error
Browse files Browse the repository at this point in the history
Fixed a spelling error in the second paragraph of the README file.

- Changed "exponet" to "exponent"
  • Loading branch information
keienWang committed Jan 26, 2024
1 parent 6d44b9f commit 2909b0b
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 2909b0b

Please sign in to comment.