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 3848a2a commit ecfc9bdCopy full SHA for ecfc9bd
1.6/ja/book/getting-started.md
@@ -397,9 +397,9 @@ fn main() {
397
<!-- requires these around all function bodies. It's considered good style to put -->
398
<!-- the opening curly brace on the same line as the function declaration, with one -->
399
<!-- space in between. -->
400
-さらに、関数の本体部がくるくる括弧(`{`と`}`)で括られていることに留意して下さい。
401
-Rustは全ての関数の本体部にくるくる括弧を要請します。
402
-関数宣言と同じ行に1スペース空けて開きくるくる括弧を置くのが良いスタイルとされます。
+さらに、関数の本体部が波括弧(`{`と`}`)で括られていることに留意して下さい。
+Rustは全ての関数の本体部に波括弧を要請します。
+関数宣言と同じ行に1スペース空けて開き波括弧を置くのが良いスタイルとされます。
403
404
<!-- Inside the `main()` function: -->
405
`main()`関数の中では
0 commit comments