Skip to content

Commit 3bbc632

Browse files
author
Adam Badawy
committed
Fix typo in src/libstd/process.rs
1 parent 2f95de3 commit 3bbc632

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)