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