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.
1 parent 732fd04 commit 15c81d8Copy full SHA for 15c81d8
src/hello/print.md
@@ -68,7 +68,7 @@ fn main() {
68
// surrounding variable. Just like the above, this will output
69
// " 1". 5 white spaces and a "1".
70
let number: f64 = 1.0;
71
- let width: usize = 6;
+ let width: usize = 5;
72
println!("{number:>width$}");
73
}
74
```
0 commit comments