Skip to content

Commit 98df3d1

Browse files
committed
getting-started.md: Change expression (期待している -> 要求する)
ここでは、ソースファイルはsrcディレクトリに存在する必要がある(MUST)から、「期待している」より「要求する」が適当なので、変更した。
1 parent bf067a4 commit 98df3d1

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

0 commit comments

Comments
 (0)