We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefbbc7 commit 4551794Copy full SHA for 4551794
src/libstd/process.rs
@@ -503,7 +503,7 @@ impl Child {
503
/// By default, stdin, stdout and stderr are inherited from the parent.
504
/// In order to capture the output into this `Result<Output>` it is
505
/// necessary to create new pipes between parent and child. Use
506
- /// `stdout(Stdio::piped())` or `stdout(Stdio::piped())`, respectively.
+ /// `stdout(Stdio::piped())` or `stderr(Stdio::piped())`, respectively.
507
///
508
/// # Examples
509
0 commit comments