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 bf067a4 commit 98df3d1Copy full SHA for 98df3d1
1.9/ja/book/getting-started.md
@@ -636,7 +636,7 @@ $ rm main # Windowsなら'del main.exe'になります
636
<!-- *hello_world*) for READMEs, license information, and anything else not related -->
637
<!-- to your code. In this way, using Cargo helps you keep your projects nice and -->
638
<!-- tidy. There's a place for everything, and everything is in its place. -->
639
-Cargoはソースファイルが *src* ディレクトリにあることを期待しているので、まずそうしましょう。
+Cargoはソースファイルが *src* ディレクトリにあることを要求するので、まずそうしましょう。
640
READMEやライセンス情報、他のコードに関係ないものは、プロジェクト(このケースでは *hello_world*)直下に残したままになります。
641
このように、Cargoを使うことで、プロジェクトを綺麗に整頓された状態を保てます。
642
すべてのものには場所があり、すべてが自身の場所に収まります。
0 commit comments