提交 8cd90681 编写于 作者: S Steve Klabnik

Clarify which curly is being referred to

Thanks @chris-morgan
上级 efc2d4a4
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册