From 97bd0c6c5ecd6bcd3a1e100c69c628fe12115dde Mon Sep 17 00:00:00 2001 From: tmvnkr Date: Wed, 20 Jul 2022 11:28:47 +0200 Subject: [PATCH] Update print.md --- src/hello/print.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);