mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 23:11:39 +00:00
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:
parent
6d44b9fac9
commit
2909b0bac6
@ -223,7 +223,7 @@ pub trait Float: Number {
|
|||||||
const NEGATIVE_INFINITY_BITS: Self::Unsigned;
|
const NEGATIVE_INFINITY_BITS: Self::Unsigned;
|
||||||
/// Size of the significand (mantissa) without hidden bit.
|
/// Size of the significand (mantissa) without hidden bit.
|
||||||
const MANTISSA_SIZE: i32;
|
const MANTISSA_SIZE: i32;
|
||||||
/// Bias of the exponet
|
/// Bias of the exponent
|
||||||
const EXPONENT_BIAS: i32;
|
const EXPONENT_BIAS: i32;
|
||||||
/// Exponent portion of a denormal float.
|
/// Exponent portion of a denormal float.
|
||||||
const DENORMAL_EXPONENT: i32;
|
const DENORMAL_EXPONENT: i32;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user