Skip to content

Commit 221d0a6

Browse files
committed
update other place
1 parent 7bda9b1 commit 221d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ impl Command {
639639
///
640640
/// Note that the arguments are not passed through a shell, but given
641641
/// literally to the program. This means that shell syntax like quotes,
642-
/// escaped characters, word splitting, glob patterns, substitution, etc.
642+
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
643643
/// have no effect.
644644
///
645645
/// # Examples

0 commit comments

Comments
 (0)