Skip to content

Commit 8cd9068

Browse files
committed
Clarify which curly is being referred to
Thanks @chris-morgan
1 parent efc2d4a commit 8cd9068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ entirely. We'll get to it later.
181181

182182
You'll also note that the function is wrapped in curly braces (`{` and `}`).
183183
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.
184+
style to put the opening curly brace on the same line as the function
185+
declaration, with one space in between.
186186

187187
Next up is this line:
188188

0 commit comments

Comments
 (0)