We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fea751 + 8fc4a24 commit 71c8e10Copy full SHA for 71c8e10
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