docs: Fix typo in ExitStatus
This commit is contained in:
parent
ec55c61305
commit
30c882521c
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ impl From<fs::File> for Stdio {
|
|||
/// For proper error reporting of failed processes, print the value of `ExitStatus` or
|
||||
/// `ExitStatusError` using their implementations of [`Display`](crate::fmt::Display).
|
||||
///
|
||||
/// # Differences from `ExitStatus`
|
||||
/// # Differences from `ExitCode`
|
||||
///
|
||||
/// `ExitCode` is intended for terminating the currently running process, via
|
||||
/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
|
||||
|
|
Loading…
Reference in a new issue