Skip to content

Commit 1d85eb7

Browse files
authored
Unrolled build for rust-lang#116146
Rollup merge of rust-lang#116146 - Milo123459:milo/clarify-arg-documentation, r=thomcc Clarify `arg` and `args` documentation Fixes rust-lang#95400
2 parents 4910642 + 221d0a6 commit 1d85eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ impl Command {
607607
///
608608
/// Note that the argument is not passed through a shell, but given
609609
/// literally to the program. This means that shell syntax like quotes,
610-
/// escaped characters, word splitting, glob patterns, substitution, etc.
610+
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
611611
/// have no effect.
612612
///
613613
/// # Examples
@@ -637,7 +637,7 @@ impl Command {
637637
///
638638
/// Note that the arguments are not passed through a shell, but given
639639
/// literally to the program. This means that shell syntax like quotes,
640-
/// escaped characters, word splitting, glob patterns, substitution, etc.
640+
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
641641
/// have no effect.
642642
///
643643
/// # Examples

0 commit comments

Comments
 (0)