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 { //... }