Skip to content

Commit 71c8e10

Browse files
authored
Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcv
Fix an error in std::process documentation
2 parents 1fea751 + 8fc4a24 commit 71c8e10

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)