]> git.lizzy.rs Git - rust.git/commitdiff
Another small grammar fix for process.rs
authorMartin Pool <mbp@sourcefrog.net>
Sat, 6 Jun 2015 00:32:34 +0000 (17:32 -0700)
committerMartin Pool <mbp@sourcefrog.net>
Sat, 6 Jun 2015 00:32:34 +0000 (17:32 -0700)
src/libstd/process.rs

index e8f2c4eefd4a5506885ede12b83e6c4d6218939c..ee7cf009fc4d94b7266dcf4de462a4beaf8359cb 100644 (file)
@@ -300,7 +300,7 @@ pub fn output(&mut self) -> io::Result<Output> {
     /// 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
     ///