diff --git a/src/libstd/process.rs b/src/libstd/process.rs index e8f2c4eefd4..ee7cf009fc4 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -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 ///