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 c0f26d5 commit 6448088Copy full SHA for 6448088
1.9/ja/book/getting-started.md
@@ -748,7 +748,7 @@ Hello, world!
748
749
<!-- Cargo checks to see if any of your project’s files have been modified, and only -->
750
<!-- rebuilds your project if they’ve changed since the last time you built it. -->
751
-Cargoはプロジェクトのファイルのどれかが変更されていないか確認し、最後にビルドしてから変更されたファイルがあるときにだけプロジェクトを再度ビルドします。
+Cargoはプロジェクトのファイルのどれかが変更されていないか確認し、最後のビルドから変更されたファイルがあるときにだけプロジェクトを再度ビルドします。
752
753
<!-- With simple projects, Cargo doesn't bring a whole lot over just using `rustc`, -->
754
<!-- but it will become useful in the future. This is especially true when you start -->
0 commit comments