Fix typo in src/libstd/process.rs
This commit is contained in:
parent
2f95de3b3b
commit
3bbc632344
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user