diff --git a/src/hello/print.md b/src/hello/print.md index efedeb79df..85f80f05af 100644 --- a/src/hello/print.md +++ b/src/hello/print.md @@ -29,7 +29,7 @@ fn main() { subject="the quick brown fox", verb="jumps over"); - // Different formatting can invoked by specified format character after a + // Different formatting can be invoked by specifying the format character after a // `:`. println!("Base 10 repr: {}", 69420); println!("Base 2 (binary) repr: {:b}", 69420);