1
Fork 0

add missing period in std::process::Command docs

This commit is contained in:
Max Heller 2023-11-22 20:04:43 -05:00 committed by GitHub
parent 1e9dda77b5
commit 84b3c84223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1108,7 +1108,7 @@ impl fmt::Debug for Command {
/// ///
/// The default format approximates a shell invocation of the program along with its /// 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 /// 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. /// On some platforms you can use [the alternate syntax] to show more fields.
/// ///
/// Note that the debug implementation is platform-specific. /// Note that the debug implementation is platform-specific.