File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub const DIGITS: u32 = 6;
26
26
27
27
/// [Machine epsilon] value for `f32`.
28
28
///
29
- /// This is the difference between `1.0` and the next largest representable number.
29
+ /// This is the difference between `1.0` and the next larger representable number.
30
30
///
31
31
/// [Machine epsilon]: https://en.wikipedia.org/wiki/Machine_epsilon
32
32
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub const DIGITS: u32 = 15;
26
26
27
27
/// [Machine epsilon] value for `f64`.
28
28
///
29
- /// This is the difference between `1.0` and the next largest representable number.
29
+ /// This is the difference between `1.0` and the next larger representable number.
30
30
///
31
31
/// [Machine epsilon]: https://en.wikipedia.org/wiki/Machine_epsilon
32
32
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments