Skip to content

Commit 5aad12e

Browse files
authored
Update print.md (#1582)
1 parent efb11b8 commit 5aad12e

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
@@ -29,7 +29,7 @@ fn main() {
2929
subject="the quick brown fox",
3030
verb="jumps over");
3131
32-
// Different formatting can invoked by specified format character after a
32+
// Different formatting can be invoked by specifying the format character after a
3333
// `:`.
3434
println!("Base 10 repr: {}", 69420);
3535
println!("Base 2 (binary) repr: {:b}", 69420);

0 commit comments

Comments
 (0)