We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec55c61 commit 30c8825Copy full SHA for 30c8825
library/std/src/process.rs
@@ -1417,7 +1417,7 @@ impl From<fs::File> for Stdio {
1417
/// For proper error reporting of failed processes, print the value of `ExitStatus` or
1418
/// `ExitStatusError` using their implementations of [`Display`](crate::fmt::Display).
1419
///
1420
-/// # Differences from `ExitStatus`
+/// # Differences from `ExitCode`
1421
1422
/// `ExitCode` is intended for terminating the currently running process, via
1423
/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
0 commit comments