We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78c099 commit cd90854Copy full SHA for cd90854
src/libstd/process.rs
@@ -268,7 +268,7 @@ impl Command {
268
269
/// Executes the command as a child process, returning a handle to it.
270
///
271
- /// By default, stdin, stdout and stderr are inherited by the parent.
+ /// By default, stdin, stdout and stderr are inherited from the parent.
272
#[stable(feature = "process", since = "1.0.0")]
273
pub fn spawn(&mut self) -> io::Result<Child> {
274
self.spawn_inner(StdioImp::Raw(imp::Stdio::Inherit))
0 commit comments