We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94012b7 + fa87a06 commit a9335e6Copy full SHA for a9335e6
std/src/f32.rs
@@ -528,7 +528,7 @@ impl f32 {
528
529
/// The positive difference of two numbers.
530
///
531
- /// * If `self <= other`: `0:0`
+ /// * If `self <= other`: `0.0`
532
/// * Else: `self - other`
533
534
/// # Examples
std/src/f64.rs
@@ -530,7 +530,7 @@ impl f64 {
535
536
0 commit comments