Skip to content

Commit bf067a4

Browse files
committed
getting-started.md: Fix mistranslation (codeの訳出し忘れ)
1 parent 4bafc17 commit bf067a4

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
@@ -558,7 +558,7 @@ Rustは、プログラムをコンパイルして、それを別の誰かに渡
558558
<!-- and make it easy to share your code with other people and projects. Next, I'll -->
559559
<!-- introduce you to a tool called Cargo, which will help you write real-world Rust -->
560560
<!-- programs. -->
561-
単純なプログラムなら単に `rustc` でコンパイルすれば十分ですが、プロジェクトが大きくなるにつれて、プロジェクトの全てのオプションを管理したり、他の人やプロジェクトと容易に共有できるようにしたくなるでしょう
561+
単純なプログラムなら単に `rustc` でコンパイルすれば十分ですが、プロジェクトが大きくなるにつれて、プロジェクトの全てのオプションを管理したり、コードを他の人やプロジェクトと容易に共有できるようにしたくなるでしょう
562562
次は現実世界のRustプログラムを書く手助けになる、Cargoというツールを紹介します。
563563

564564
<!-- # Hello, Cargo! -->

0 commit comments

Comments
 (0)