Skip to content

Commit 54b9616

Browse files
authored
Update f32.rs
1 parent 3291ae3 commit 54b9616

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
@@ -355,7 +355,7 @@ impl f32 {
355355
return unsafe { intrinsics::powf32(self, n) };
356356
}
357357

358-
/// Takes the square root of a number.
358+
/// Returns the square root of a number.
359359
///
360360
/// Returns NaN if `self` is a negative number.
361361
///

0 commit comments

Comments
 (0)