Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 54b9616

Browse files
authoredJan 16, 2020
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

Lines changed: 1 addition & 1 deletion
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)