Skip to content

Commit 4bafc17

Browse files
committed
getting-started.md: Change expression (バックグラウンドを持つ -> 経験をお持ち)
「バックグラウンド」という表現と、後ろの内容が釣り合わず、違和感を生じさせていたので変更した。(原文の内容は損なわない程度の変更であると考えられる。)
1 parent d557fba commit 4bafc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.9/ja/book/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ $ rustc main.rs
508508
<!-- `gcc` or `clang`. After compiling successfully, Rust should output a binary -->
509509
<!-- executable, which you can see on Linux or OSX by entering the `ls` command in -->
510510
<!-- your shell as follows: -->
511-
CまたはC++のバックグラウンドを持つならこれが `gcc``clang` に似ていることに気付くでしょう。
511+
CまたはC++の経験をお持ちなら、これが `gcc``clang` に似ていることに気付くでしょう。
512512
コンパイルが成功したら、Rustは実行可能バイナリを出力したはずです。
513513
LinuxかOSXなら以下のように `ls` コマンドで確認できます。
514514

0 commit comments

Comments
 (0)