Skip to content

Commit 4701902

Browse files
committed
getting-started.md: Fix mistranslation (startの訳出し忘れ)
1 parent 6448088 commit 4701902

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
@@ -807,7 +807,7 @@ Cargoは *Cargo.lock* でアプリケーションの依存を追跡します。
807807
<!-- use for the rest of your Rust career. In fact, you can expect to start -->
808808
<!-- virtually all Rust projects with some variation on the following commands: -->
809809
このプロジェクトはとてもシンプルですが、これからRustを使っていく上で実際に使うことになるツール類を色々使っています。
810-
実際、事実上全てのRustプロジェクトで、以下のコマンドの変形を使うことになります。
810+
実際、事実上全てのRustプロジェクトに取り掛かる際に、以下のコマンドの変形を使うことになります。
811811

812812
```bash
813813
$ git clone someurl.com/foo

0 commit comments

Comments
 (0)