Change docs to follow review requests
This commit is contained in:
parent
1d59c67942
commit
c7f2dbef90
1 changed files with 3 additions and 3 deletions
|
|
@ -233,9 +233,9 @@ impl fmt::Debug for ChildStdout {
|
|||
}
|
||||
}
|
||||
|
||||
/// A handle to a child process's stderr. It can be used to
|
||||
/// read any errors that the child process has output while
|
||||
/// running.
|
||||
/// A handle to a child process's stderr.
|
||||
///
|
||||
/// This struct is used in the [`stderr`] field on [`Child`].
|
||||
///
|
||||
/// [`Child`]: struct.Child.html
|
||||
/// [`stderr`]: struct.Child.html#structfield.stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue