]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/f64.rs
remove pat2021
[rust.git] / library / std / src / f64.rs
index 8c41e4486865cd826764d79fda03e9ab7dfe9ccf..4c95df5ffe04a95be8a56d8fa261379d81da3e2d 100644 (file)
@@ -505,7 +505,7 @@ pub fn abs_sub(self, other: f64) -> f64 {
         unsafe { cmath::fdim(self, other) }
     }
 
-    /// Returns the cubic root of a number.
+    /// Returns the cube root of a number.
     ///
     /// # Examples
     ///