Skip to content

Commit c8fbec6

Browse files
authored
Fix doc for floorf
1 parent 2f69e15 commit c8fbec6

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)