fix: Correct spelling error

Fixed a spelling error in the second paragraph of the README file.

- Changed "exponet" to "exponent"
This commit is contained in:
keienWang 2024-01-26 22:00:51 +08:00
parent 6d44b9fac9
commit 2909b0bac6

View File

@ -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;