Rollup merge of #118193 - max-heller:command-typo, r=m-ou-se
Add missing period in `std::process::Command` docs
This commit is contained in:
commit
b8e1194ab2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue