Skip to content

Commit 8fc4a24

Browse files
authored
Fix an error in std::process documentation
1 parent 8e7a609 commit 8fc4a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
//! assert_eq!(b"Oh no, a typo!\n", output.stdout.as_slice());
6969
//! ```
7070
//!
71-
//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Write`] and
72-
//! [`ChildStdin`] implements [`Read`]:
71+
//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Read`] and
72+
//! [`ChildStdin`] implements [`Write`]:
7373
//!
7474
//! ```no_run
7575
//! use std::process::{Command, Stdio};

0 commit comments

Comments
 (0)