We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0295f + 84b3c84 commit b8e1194Copy full SHA for b8e1194
library/std/src/process.rs
@@ -1108,7 +1108,7 @@ impl fmt::Debug for Command {
1108
///
1109
/// The default format approximates a shell invocation of the program along with its
1110
/// 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)
+ /// (e.g. due to lack of shell-escaping or differences in path resolution).
1112
/// On some platforms you can use [the alternate syntax] to show more fields.
1113
1114
/// Note that the debug implementation is platform-specific.
0 commit comments