File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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;
2626
2727/// [Machine epsilon] value for `f32`.
2828///
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.
3030///
3131/// [Machine epsilon]: https://en.wikipedia.org/wiki/Machine_epsilon
3232#[ 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;
2626
2727/// [Machine epsilon] value for `f64`.
2828///
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.
3030///
3131/// [Machine epsilon]: https://en.wikipedia.org/wiki/Machine_epsilon
3232#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments