We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc2d4a commit 8cd9068Copy full SHA for 8cd9068
src/doc/guide.md
@@ -181,8 +181,8 @@ entirely. We'll get to it later.
181
182
You'll also note that the function is wrapped in curly braces (`{` and `}`).
183
Rust requires these around all function bodies. It is also considered good
184
-style to put the curly brace on the same line as the function declaration, with
185
-one space in between.
+style to put the opening curly brace on the same line as the function
+declaration, with one space in between.
186
187
Next up is this line:
188
0 commit comments