about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorStrømberg <Stromberg90@users.noreply.github.com>2020-01-16 03:35:31 +0100
committerGitHub <noreply@github.com>2020-01-16 03:35:31 +0100
commitd0db6d5791a75bb6e6f7ebe98067e78753fc1986 (patch)
treec76d307fa0f02927e7b5a4bcaf76141e7fb9e3a1 /src/libstd
parent3f337b312d0cfec712fc56539a08b3ea9923bbf7 (diff)
downloadrust-d0db6d5791a75bb6e6f7ebe98067e78753fc1986.tar.gz
rust-d0db6d5791a75bb6e6f7ebe98067e78753fc1986.zip
Update f32.rs
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/f32.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/f32.rs b/src/libstd/f32.rs
index 375624e6797..171891b5dab 100644
--- a/src/libstd/f32.rs
+++ b/src/libstd/f32.rs
@@ -564,7 +564,7 @@ impl f32 {
         unsafe { cmath::fdimf(self, other) }
     }
 
-    /// Takes the cubic root of a number.
+    /// Returns the cubic root of a number.
     ///
     /// # Examples
     ///