We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9666d4 + 83d7826 commit 0ff35f2Copy full SHA for 0ff35f2
library/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
library/std/src/f64.rs
@@ -530,7 +530,7 @@ impl f64 {
535
536
0 commit comments