Skip to content

Commit 9ac9811

Browse files
authored
clarify documentation about variable substituion
1 parent 9e0d146 commit 9ac9811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ impl Command {
609609
///
610610
/// Note that the argument is not passed through a shell, but given
611611
/// literally to the program. This means that shell syntax like quotes,
612-
/// escaped characters, word splitting, glob patterns, substitution, etc.
612+
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
613613
/// have no effect.
614614
///
615615
/// # Examples

0 commit comments

Comments
 (0)