Another small grammar fix for process.rs
This commit is contained in:
parent
cd90854899
commit
17d76b350b
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ impl Command {
|
||||||
/// Executes a command as a child process, waiting for it to finish and
|
/// Executes a command as a child process, waiting for it to finish and
|
||||||
/// collecting its exit status.
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue