]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/f32.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / library / std / src / f32.rs
index f51b2c2462166d911c7138b7214e162160a3b3b6..c16d27fa1f58c15de7834b4637cf3a6e4cbadfe8 100644 (file)
@@ -503,7 +503,7 @@ impl f32 {
         unsafe { cmath::fdimf(self, other) }
     }
 
-    /// Returns the cubic root of a number.
+    /// Returns the cube root of a number.
     ///
     /// # Examples
     ///