Skip to content

Commit

Permalink
Rollup merge of rust-lang#118193 - max-heller:command-typo, r=m-ou-se
Browse files Browse the repository at this point in the history
Add missing period in `std::process::Command` docs
  • Loading branch information
matthiaskrgr committed Nov 28, 2023
2 parents df0295f + 84b3c84 commit b8e1194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ impl fmt::Debug for Command {
///
/// The default format approximates a shell invocation of the program along with its
/// arguments. It does not include most of the other command properties. The output is not guaranteed to work
/// (e.g. due to lack of shell-escaping or differences in path resolution)
/// (e.g. due to lack of shell-escaping or differences in path resolution).
/// On some platforms you can use [the alternate syntax] to show more fields.
///
/// Note that the debug implementation is platform-specific.
Expand Down

0 comments on commit b8e1194

Please sign in to comment.