We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 787d49e + a759565 commit 614ffe5Copy full SHA for 614ffe5
src/libcore/fmt/mod.rs
@@ -886,7 +886,7 @@ pub trait Pointer {
886
///
887
/// # Examples
888
889
-/// Basic usage with `i32`:
+/// Basic usage with `f64`:
890
891
/// ```
892
/// let x = 42.0; // 42.0 is '4.2e1' in scientific notation
@@ -929,7 +929,7 @@ pub trait LowerExp {
929
930
931
932
-/// Basic usage with `f32`:
933
934
935
/// let x = 42.0; // 42.0 is '4.2E1' in scientific notation
0 commit comments