Skip to content

Commit 6ee8df9

Browse files
committed
レビューを踏まえて訳を改善
1 parent 395cf28 commit 6ee8df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ build` and then use the whole path to the binary, so most developers use `cargo
313313
run`.
314314
-->
315315

316-
`cargo run`を使ったほうが、`cargo build`を忘れずに実行した後バイナリへのパス全体を使わないといけないのと比較して便利なので
317-
ほとんどの開発者は`cargo run`を使います。
316+
`cargo build`を実行してから、バイナリへのパス全体を使って実行する、という手順をいちいち踏むより
317+
`cargo run`を使う方が便利なので、ほとんどの開発者は`cargo run`を使います。
318318

319319
<!--
320320
Notice that this time we didn’t see output indicating that Cargo was compiling

0 commit comments

Comments
 (0)