We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb1f0 commit 677b2acCopy full SHA for 677b2ac
library/std/src/primitive_docs.rs
@@ -800,7 +800,7 @@ mod prim_tuple {}
800
/// calculation with floats round to a nearby representable number. For example,
801
/// `5.0` and `1.0` can be exactly represented as `f32`, but `1.0 / 5.0` results
802
/// in `0.20000000298023223876953125` since `0.2` cannot be exactly represented
803
-/// as `f32`. Note however, that printing floats with `println` and friends will
+/// as `f32`. Note, however, that printing floats with `println` and friends will
804
/// often discard insignificant digits: `println!("{}", 1.0f32 / 5.0f32)` will
805
/// print `0.2`.
806
///
0 commit comments