diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2023-09-25 14:53:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 14:53:38 +0100 |
| commit | 7bda9b1255196a58798244374b366ebb99459545 (patch) | |
| tree | 96f157e14d675c5a38e74d1c4a08da31e49b6cf3 /library/std/src | |
| parent | af685931799459879b2a8995524755a06ffb5eec (diff) | |
| download | rust-7bda9b1255196a58798244374b366ebb99459545.tar.gz rust-7bda9b1255196a58798244374b366ebb99459545.zip | |
clarify documentation about variable substituion
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/process.rs b/library/std/src/process.rs index 948862c2a7d..46625e02af0 100644 --- a/library/std/src/process.rs +++ b/library/std/src/process.rs @@ -609,7 +609,7 @@ impl Command { /// /// Note that the argument is not passed through a shell, but given /// literally to the program. This means that shell syntax like quotes, - /// escaped characters, word splitting, glob patterns, substitution, etc. + /// escaped characters, word splitting, glob patterns, variable substitution, etc. /// have no effect. /// /// # Examples |
