We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7a609 commit 8fc4a24Copy full SHA for 8fc4a24
src/libstd/process.rs
@@ -68,8 +68,8 @@
68
//! assert_eq!(b"Oh no, a typo!\n", output.stdout.as_slice());
69
//! ```
70
//!
71
-//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Write`] and
72
-//! [`ChildStdin`] implements [`Read`]:
+//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Read`] and
+//! [`ChildStdin`] implements [`Write`]:
73
74
//! ```no_run
75
//! use std::process::{Command, Stdio};
0 commit comments