Skip to content

Commit 7231718

Browse files
authored
Merge pull request rust-lang#187 from bjorn3/patch-1
Fix doc for floorf
2 parents 2f69e15 + c8fbec6 commit 7231718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/floorf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use core::f32;
22

3-
/// Floor (f64)
3+
/// Floor (f32)
44
///
55
/// Finds the nearest integer less than or equal to `x`.
66
#[inline]

0 commit comments

Comments
 (0)