Skip to content

Commit 2909b0b

Browse files
committed
fix: Correct spelling error
Fixed a spelling error in the second paragraph of the README file. - Changed "exponet" to "exponent"
1 parent 6d44b9f commit 2909b0b

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)