Skip to content

Commit cd39bb2

Browse files
committed
restore 「の」
1 parent 30025bd commit cd39bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ fn main() {
389389
<!-- were arguments, they would go inside the parentheses (`(` and `)`), and because -->
390390
<!-- we aren’t returning anything from this function, we can omit the return type -->
391391
<!-- entirely. -->
392-
これら行はRustの *関数* を定義します。 `main` 関数は特別です。全てのRustプログラムの開始点になります。
392+
これらの行はRustの *関数* を定義します。 `main` 関数は特別です。全てのRustプログラムの開始点になります。
393393
最初の行は「引数を取らず、返り値も返さない関数 `main` を宣言します」といっています。
394394
引数があれば、括弧(`(``)`)の中に入りますし、今回はこの関数から何も値を返さないので返り値の型を完全に省略出来ます。
395395

0 commit comments

Comments
 (0)