Skip to content

Commit 30c8825

Browse files
committed
docs: Fix typo in ExitStatus
1 parent ec55c61 commit 30c8825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ impl From<fs::File> for Stdio {
14171417
/// For proper error reporting of failed processes, print the value of `ExitStatus` or
14181418
/// `ExitStatusError` using their implementations of [`Display`](crate::fmt::Display).
14191419
///
1420-
/// # Differences from `ExitStatus`
1420+
/// # Differences from `ExitCode`
14211421
///
14221422
/// `ExitCode` is intended for terminating the currently running process, via
14231423
/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the

0 commit comments

Comments
 (0)