Fix typo in src/libstd/process.rs
This commit is contained in:
parent
2f95de3b3b
commit
3bbc632344
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ impl Child {
|
|||
}
|
||||
|
||||
/// Simultaneously waits for the child to exit and collect all remaining
|
||||
/// output on the stdout/stderr handles, returning a `Output`
|
||||
/// output on the stdout/stderr handles, returning an `Output`
|
||||
/// instance.
|
||||
///
|
||||
/// The stdin handle to the child process, if any, will be closed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue