File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ impl Command {
268
268
269
269
/// Executes the command as a child process, returning a handle to it.
270
270
///
271
- /// By default, stdin, stdout and stderr are inherited by the parent.
271
+ /// By default, stdin, stdout and stderr are inherited from the parent.
272
272
#[ stable( feature = "process" , since = "1.0.0" ) ]
273
273
pub fn spawn ( & mut self ) -> io:: Result < Child > {
274
274
self . spawn_inner ( StdioImp :: Raw ( imp:: Stdio :: Inherit ) )
@@ -300,7 +300,7 @@ impl Command {
300
300
/// Executes a command as a child process, waiting for it to finish and
301
301
/// collecting its exit status.
302
302
///
303
- /// By default, stdin, stdout and stderr are inherited by the parent.
303
+ /// By default, stdin, stdout and stderr are inherited from the parent.
304
304
///
305
305
/// # Examples
306
306
///
You can’t perform that action at this time.
0 commit comments