Skip to content

Commit a4c007c

Browse files
authored
Merge pull request #1644 from ErickCastle/patch-1
Added missing space in comment
2 parents d4023bd + 4af0c75 commit a4c007c

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
@@ -45,7 +45,7 @@ fn main() {
4545
println!("{number:>5}", number=1);
4646
4747
// You can pad numbers with extra zeroes,
48-
//and left-adjust by flipping the sign. This will output "10000".
48+
// and left-adjust by flipping the sign. This will output "10000".
4949
println!("{number:0<5}", number=1);
5050
5151
// You can use named arguments in the format specifier by appending a `$`.

0 commit comments

Comments
 (0)