Skip to content

Commit 4dfd6b8

Browse files
authored
Merge pull request #160 from ShotaroTsuji/correct-ch-02-00
ch02-00の`io`型を`io`モジュールに、`stdin`関連関数を`stdin`関数に修正する
2 parents 82b0897 + d722362 commit 4dfd6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ associated function, `stdin`, on `io`:
369369
-->
370370

371371
プログラムの1行目で、`use std::io`として、標準ライブラリから入/出力機能を取り込んだことを思い出してください。
372-
今度は、`io`型の`stdin`関連関数を呼び出しましょう:
372+
今度は、`io`モジュールの`stdin`関数を呼び出しましょう:
373373

374374
```rust,ignore
375375
io::stdin().read_line(&mut guess)

0 commit comments

Comments
 (0)