Skip to content

Commit

Permalink
Fix typo in src/libstd/process.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Badawy committed Dec 2, 2015
1 parent 2f95de3 commit 3bbc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bbc632

Please sign in to comment.