File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: aefbbc79a3d0c082e19fe3368604dab91333f8a9
2
+ refs/heads/master: 45517947ba9a69260e5b3f4fe54a9aa21ed703eb
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ impl Child {
503
503
/// By default, stdin, stdout and stderr are inherited from the parent.
504
504
/// In order to capture the output into this `Result<Output>` it is
505
505
/// necessary to create new pipes between parent and child. Use
506
- /// `stdout(Stdio::piped())` or `stdout (Stdio::piped())`, respectively.
506
+ /// `stdout(Stdio::piped())` or `stderr (Stdio::piped())`, respectively.
507
507
///
508
508
/// # Examples
509
509
///
You can’t perform that action at this time.
0 commit comments