Fix an error in std::process documentation
This commit is contained in:
parent
8e7a609e63
commit
8fc4a24062
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
//! assert_eq!(b"Oh no, a typo!\n", output.stdout.as_slice());
|
||||
//! ```
|
||||
//!
|
||||
//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Write`] and
|
||||
//! [`ChildStdin`] implements [`Read`]:
|
||||
//! Note that [`ChildStderr`] and [`ChildStdout`] implement [`Read`] and
|
||||
//! [`ChildStdin`] implements [`Write`]:
|
||||
//!
|
||||
//! ```no_run
|
||||
//! use std::process::{Command, Stdio};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue