Merge pull request #187 from bjorn3/patch-1

Fix doc for floorf
This commit is contained in:
Alex Crichton
2019-06-25 21:54:01 +02:00
committed by GitHub
+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]