Skip to content

Commit 8537a1f

Browse files
committed
docs: Consistently mark ExitStatus as code
1 parent 3b45521 commit 8537a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ impl From<fs::File> for Stdio {
14231423
/// the `Termination` trait, in contrast to `ExitStatus`, which represents the
14241424
/// termination of a child process. These APIs are separate due to platform
14251425
/// compatibility differences and their expected usage; it is not generally
1426-
/// possible to exactly reproduce an ExitStatus from a child for the current
1426+
/// possible to exactly reproduce an `ExitStatus` from a child for the current
14271427
/// process after the fact.
14281428
///
14291429
/// [`status`]: Command::status
@@ -1684,7 +1684,7 @@ impl crate::error::Error for ExitStatusError {}
16841684
/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
16851685
/// termination of a child process. These APIs are separate due to platform
16861686
/// compatibility differences and their expected usage; it is not generally
1687-
/// possible to exactly reproduce an ExitStatus from a child for the current
1687+
/// possible to exactly reproduce an `ExitStatus` from a child for the current
16881688
/// process after the fact.
16891689
///
16901690
/// # Examples

0 commit comments

Comments
 (0)