Skip to content

Commit 17d76b3

Browse files
committed
Another small grammar fix for process.rs
1 parent cd90854 commit 17d76b3

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
@@ -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)