diff --git a/src/doc/guide.md b/src/doc/guide.md index f7b100d6b05e..b3ae6db80611 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -181,8 +181,8 @@ entirely. We'll get to it later. You'll also note that the function is wrapped in curly braces (`{` and `}`). Rust requires these around all function bodies. It is also considered good -style to put the curly brace on the same line as the function declaration, with -one space in between. +style to put the opening curly brace on the same line as the function +declaration, with one space in between. Next up is this line: