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 687a1c3 commit 4af0c75Copy full SHA for 4af0c75
src/hello/print.md
@@ -43,7 +43,7 @@ fn main() {
43
println!("{number:>5}", number=1);
44
45
// You can pad numbers with extra zeroes,
46
- //and left-adjust by flipping the sign. This will output "10000".
+ // and left-adjust by flipping the sign. This will output "10000".
47
println!("{number:0<5}", number=1);
48
49
// You can use named arguments in the format specifier by appending a `$`
0 commit comments