There was an error while loading. Please reload this page.
2 parents a75e308 + 0a48818 commit eb3a060Copy full SHA for eb3a060
src/doc/trpl/standard-input.md
@@ -20,7 +20,7 @@ Let's go over these chunks, one by one:
20
std::old_io::stdin();
21
```
22
23
-This calls a function, `stdin()`, that lives inside the `std::io` module. As
+This calls a function, `stdin()`, that lives inside the `std::old_io` module. As
24
you can imagine, everything in `std` is provided by Rust, the 'standard
25
library.' We'll talk more about the module system later.
26
0 commit comments