File tree 1 file changed +2
-2
lines changed
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 {
1423
1423
/// the `Termination` trait, in contrast to `ExitStatus`, which represents the
1424
1424
/// termination of a child process. These APIs are separate due to platform
1425
1425
/// 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
1427
1427
/// process after the fact.
1428
1428
///
1429
1429
/// [`status`]: Command::status
@@ -1684,7 +1684,7 @@ impl crate::error::Error for ExitStatusError {}
1684
1684
/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
1685
1685
/// termination of a child process. These APIs are separate due to platform
1686
1686
/// 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
1688
1688
/// process after the fact.
1689
1689
///
1690
1690
/// # Examples
You can’t perform that action at this time.
0 commit comments