Skip to content

Commit 4af0c75

Browse files
authored
Added missing space in comment
1 parent 687a1c3 commit 4af0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343
println!("{number:>5}", number=1);
4444
4545
// You can pad numbers with extra zeroes,
46-
//and left-adjust by flipping the sign. This will output "10000".
46+
// and left-adjust by flipping the sign. This will output "10000".
4747
println!("{number:0<5}", number=1);
4848
4949
// You can use named arguments in the format specifier by appending a `$`

0 commit comments

Comments
 (0)