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