From 17d76b350b6fc73f7ea3fee9046b74740906bf37 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 5 Jun 2015 17:32:34 -0700 Subject: [PATCH] Another small grammar fix for process.rs --- src/libstd/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ pub fn output(&mut self) -> io::Result { /// 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 /// -- 2.44.0