Skip to content

Commit 6448088

Browse files
committed
getting-started.md: Change expression (最後にビルドしてから -> 最後のビルドから)
元の表現では「変更を確認し、その後(最終ステップとして)ビルドを行う」というように取れてしまうので、混乱のない表現に変更した。
1 parent c0f26d5 commit 6448088

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
@@ -748,7 +748,7 @@ Hello, world!
748748

749749
<!-- Cargo checks to see if any of your project’s files have been modified, and only -->
750750
<!-- rebuilds your project if they’ve changed since the last time you built it. -->
751-
Cargoはプロジェクトのファイルのどれかが変更されていないか確認し、最後にビルドしてから変更されたファイルがあるときにだけプロジェクトを再度ビルドします
751+
Cargoはプロジェクトのファイルのどれかが変更されていないか確認し、最後のビルドから変更されたファイルがあるときにだけプロジェクトを再度ビルドします
752752

753753
<!-- With simple projects, Cargo doesn't bring a whole lot over just using `rustc`, -->
754754
<!-- but it will become useful in the future. This is especially true when you start -->

0 commit comments

Comments
 (0)