File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments