Fix typo in src/libstd/process.rs

This commit is contained in:
Adam Badawy 2015-12-01 23:12:01 -05:00
parent 2f95de3b3b
commit 3bbc632344

View File

@ -531,7 +531,7 @@ pub fn wait(&mut self) -> io::Result<ExitStatus> {
}
/// 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