Skip to content

Commit 55dfb4e

Browse files
committed
Typo
Signed-off-by: Peter Atashian <[email protected]>
1 parent 45249d7 commit 55dfb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0000-stdout-existential-crisis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When using any of the convenience macros that write to either `stdout` or `stder
1919

2020
Update the methods `std::io::stdin` `std::io::stdout` and `std::io::stderr` as follows:
2121
* 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`.
22+
* If `stdin` does not exist, return the equivalent of `std::io::empty`.
2323
* For the raw versions, return a `Result`, and if the respective handle does not exist, return an `Err`.
2424

2525
# Drawbacks

0 commit comments

Comments
 (0)