Skip to content

Commit ecfc9bd

Browse files
committed
change the translation of brace
1 parent 3848a2a commit ecfc9bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1.6/ja/book/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ fn main() {
397397
<!-- requires these around all function bodies. It's considered good style to put -->
398398
<!-- the opening curly brace on the same line as the function declaration, with one -->
399399
<!-- space in between. -->
400-
さらに、関数の本体部がくるくる括弧(`{``}`)で括られていることに留意して下さい。
401-
Rustは全ての関数の本体部にくるくる括弧を要請します
402-
関数宣言と同じ行に1スペース空けて開きくるくる括弧を置くのが良いスタイルとされます
400+
さらに、関数の本体部が波括弧(`{``}`)で括られていることに留意して下さい。
401+
Rustは全ての関数の本体部に波括弧を要請します
402+
関数宣言と同じ行に1スペース空けて開き波括弧を置くのが良いスタイルとされます
403403

404404
<!-- Inside the `main()` function: -->
405405
`main()`関数の中では

0 commit comments

Comments
 (0)