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.
2 parents 2e0609a + e0067f9 commit b7ac60aCopy full SHA for b7ac60a
src/doc/trpl/guessing-game.md
@@ -91,7 +91,7 @@ fn main() {
91
```
92
93
You've seen this code before, when we talked about standard input. We
94
-import the `std::io` module with `use`, and then our `main` function contains
+import the `std::old_io` module with `use`, and then our `main` function contains
95
our program's logic. We print a little message announcing the game, ask the
96
user to input a guess, get their input, and then print it out.
97
0 commit comments