Skip to content

Commit 88397e0

Browse files
committed
Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss
r? @steveklabnik
2 parents 4f6fe3e + 3bbc632 commit 88397e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ impl Child {
531531
}
532532

533533
/// Simultaneously waits for the child to exit and collect all remaining
534-
/// output on the stdout/stderr handles, returning a `Output`
534+
/// output on the stdout/stderr handles, returning an `Output`
535535
/// instance.
536536
///
537537
/// The stdin handle to the child process, if any, will be closed

0 commit comments

Comments
 (0)