Skip to content

Commit d0db6d5

Browse files
authored
Update f32.rs
1 parent 3f337b3 commit d0db6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ impl f32 {
564564
unsafe { cmath::fdimf(self, other) }
565565
}
566566

567-
/// Takes the cubic root of a number.
567+
/// Returns the cubic root of a number.
568568
///
569569
/// # Examples
570570
///

0 commit comments

Comments
 (0)