Fix doc for floorf

This commit is contained in:
bjorn3
2019-06-25 20:39:09 +02:00
committed by GitHub
parent 2f69e157a6
commit c8fbec63e8
+1 -1
View File
@@ -1,6 +1,6 @@
use core::f32;
/// Floor (f64)
/// Floor (f32)
///
/// Finds the nearest integer less than or equal to `x`.
#[inline]