There was an error while loading. Please reload this page.
1 parent cd90854 commit 17d76b3Copy full SHA for 17d76b3
src/libstd/process.rs
@@ -300,7 +300,7 @@ impl Command {
300
/// Executes a command as a child process, waiting for it to finish and
301
/// collecting its exit status.
302
///
303
- /// By default, stdin, stdout and stderr are inherited by the parent.
+ /// By default, stdin, stdout and stderr are inherited from the parent.
304
305
/// # Examples
306
0 commit comments