docs: Fix typo in ExitStatus
This commit is contained in:
parent
ec55c61305
commit
30c882521c
@ -1417,7 +1417,7 @@ fn from(file: fs::File) -> 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 New Issue
Block a user