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 4701902 commit d2b33b6Copy full SHA for d2b33b6
1.9/ja/book/getting-started.md
@@ -807,7 +807,7 @@ Cargoは *Cargo.lock* でアプリケーションの依存を追跡します。
807
<!-- use for the rest of your Rust career. In fact, you can expect to start -->
808
<!-- virtually all Rust projects with some variation on the following commands: -->
809
このプロジェクトはとてもシンプルですが、これからRustを使っていく上で実際に使うことになるツール類を色々使っています。
810
-実際、事実上全てのRustプロジェクトに取り掛かる際に、以下のコマンドの変形を使うことになります。
+実際、事実上全てのRustプロジェクトに取り掛かる際に、以下のようなコマンドを使うことになります。
811
812
```bash
813
$ git clone someurl.com/foo
0 commit comments