Skip to content

Commit fc80913

Browse files
committed
---
yaml --- r: 218991 b: refs/heads/snap-stage3 c: 17d76b3 h: refs/heads/master i: 218989: f011dea 218987: f8f5eec 218983: bb8da2d 218975: d317b6e v: v3
1 parent eef848d commit fc80913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: cd9085489925601596773e9dbdec99432ed4255b
3+
refs/heads/snap-stage3: 17d76b350b6fc73f7ea3fee9046b74740906bf37
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl Command {
300300
/// Executes a command as a child process, waiting for it to finish and
301301
/// collecting its exit status.
302302
///
303-
/// By default, stdin, stdout and stderr are inherited by the parent.
303+
/// By default, stdin, stdout and stderr are inherited from the parent.
304304
///
305305
/// # Examples
306306
///

0 commit comments

Comments
 (0)