docs: Fix typo in ExitStatus

This commit is contained in:
Martin Kröning 2022-06-10 20:24:45 +02:00
parent ec55c61305
commit 30c882521c

View file

@ -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