We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45249d7 commit 55dfb4eCopy full SHA for 55dfb4e
0000-stdout-existential-crisis.md
@@ -19,7 +19,7 @@ When using any of the convenience macros that write to either `stdout` or `stder
19
20
Update the methods `std::io::stdin` `std::io::stdout` and `std::io::stderr` as follows:
21
* If `stdout` or `stderr` does not exist, return the equivalent of `std::io::sink`.
22
-* If `stderr` does not exist, return the equivalent of `std::io::empty`.
+* If `stdin` does not exist, return the equivalent of `std::io::empty`.
23
* For the raw versions, return a `Result`, and if the respective handle does not exist, return an `Err`.
24
25
# Drawbacks
0 commit comments