diff options
| author | bors <bors@rust-lang.org> | 2015-12-02 07:36:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-12-02 07:36:40 +0000 |
| commit | 88397e092e01b6043b6f65772710dfe0e59056c5 (patch) | |
| tree | a710c7ea30ae3ceee1532d3e16b4093855a11be0 /src/libstd | |
| parent | 4f6fe3ee8ebd79109b919a9248cebe02195b2c3d (diff) | |
| parent | 3bbc6323441630515dad79a02b7fc62232eb33be (diff) | |
| download | rust-88397e092e01b6043b6f65772710dfe0e59056c5.tar.gz rust-88397e092e01b6043b6f65772710dfe0e59056c5.zip | |
Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss
r? @steveklabnik
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 40803a4bbd6..91c3819307f 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -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 |
