Another small grammar fix for process.rs

This commit is contained in:
Martin Pool 2015-06-05 17:32:34 -07:00
parent cd90854899
commit 17d76b350b

@ -300,7 +300,7 @@ impl Command {
/// Executes a command as a child process, waiting for it to finish and
/// collecting its exit status.
///
/// By default, stdin, stdout and stderr are inherited by the parent.
/// By default, stdin, stdout and stderr are inherited from the parent.
///
/// # Examples
///