Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss

r? @steveklabnik
This commit is contained in:
bors 2015-12-02 07:36:40 +00:00
commit 88397e092e

View file

@ -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