Skip to content

Commit b8e1194

Browse files
authored
Rollup merge of #118193 - max-heller:command-typo, r=m-ou-se
Add missing period in `std::process::Command` docs
2 parents df0295f + 84b3c84 commit b8e1194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ impl fmt::Debug for Command {
11081108
///
11091109
/// The default format approximates a shell invocation of the program along with its
11101110
/// arguments. It does not include most of the other command properties. The output is not guaranteed to work
1111-
/// (e.g. due to lack of shell-escaping or differences in path resolution)
1111+
/// (e.g. due to lack of shell-escaping or differences in path resolution).
11121112
/// On some platforms you can use [the alternate syntax] to show more fields.
11131113
///
11141114
/// Note that the debug implementation is platform-specific.

0 commit comments

Comments
 (0)