Skip to content

Commit 4b82704

Browse files
committed
ch02-00 数当てゲームの和訳をアップデート
1 parent 620a4f5 commit 4b82704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch02-00-guessing-game-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,8 @@ this instead:
890890
-->
891891

892892
Cargoは`0.9.0`リリースを無視します。
893-
またそのとき、*Cargo.lock*ファイルに、現在使用している`rand`クレートのバージョンが`0.8.4`であることを示す変更があることにも気づくでしょう
894-
そうではなく、`rand`のバージョン`0.9.0`または、`0.9.x`系のどれかを使用するには、*Cargo.toml*ファイルを以下のように変更する必要があるでしょう。
893+
またそのとき、*Cargo.lock*ファイルに、現在使用している`rand`クレートのバージョンが`0.8.4`であることを示す変更が入ったことにも気づくでしょう
894+
そうではなく、`rand`のバージョン`0.9.0`または、`0.9.x`系のどれかを使用するには、*Cargo.toml*ファイルを以下のように変更する必要があるでしょう。
895895

896896
```toml
897897
[dependencies]

0 commit comments

Comments
 (0)