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 efb11b8 commit 5aad12eCopy full SHA for 5aad12e
src/hello/print.md
@@ -29,7 +29,7 @@ fn main() {
29
subject="the quick brown fox",
30
verb="jumps over");
31
32
- // Different formatting can invoked by specified format character after a
+ // Different formatting can be invoked by specifying the format character after a
33
// `:`.
34
println!("Base 10 repr: {}", 69420);
35
println!("Base 2 (binary) repr: {:b}", 69420);
0 commit comments