From a2988fe94e697598cd5ba5c9ad9ad4291b92a50a Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Sun, 26 Jul 2020 23:43:51 -0700 Subject: [PATCH] Update idioms/rustdoc-init.md Co-authored-by: Ivan Tham --- idioms/rustdoc-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idioms/rustdoc-init.md b/idioms/rustdoc-init.md index 69d63d9..e4715fe 100644 --- a/idioms/rustdoc-init.md +++ b/idioms/rustdoc-init.md @@ -32,7 +32,7 @@ impl Connection { //... } - /// Oh no all that boiler plate needs to be repeated here !!! + /// Oh no, all that boilerplate needs to be repeated here! fn check_status(&self) -> Status { //... }