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 30025bd commit cd39bb2Copy full SHA for cd39bb2
1.6/ja/book/getting-started.md
@@ -389,7 +389,7 @@ fn main() {
389
<!-- were arguments, they would go inside the parentheses (`(` and `)`), and because -->
390
<!-- we aren’t returning anything from this function, we can omit the return type -->
391
<!-- entirely. -->
392
-これら行はRustの *関数* を定義します。 `main` 関数は特別です。全てのRustプログラムの開始点になります。
+これらの行はRustの *関数* を定義します。 `main` 関数は特別です。全てのRustプログラムの開始点になります。
393
最初の行は「引数を取らず、返り値も返さない関数 `main` を宣言します」といっています。
394
引数があれば、括弧(`(` と `)`)の中に入りますし、今回はこの関数から何も値を返さないので返り値の型を完全に省略出来ます。
395
0 commit comments