Skip to content

Commit

Permalink
Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Dec 2, 2015
2 parents 4f6fe3e + 3bbc632 commit 88397e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88397e0

Please sign in to comment.