update other place

This commit is contained in:
Milo 2023-09-25 13:55:50 +00:00
parent 7bda9b1255
commit 221d0a661a

View File

@ -639,7 +639,7 @@ pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command {
/// ///
/// Note that the arguments are not passed through a shell, but given /// Note that the arguments are not passed through a shell, but given
/// literally to the program. This means that shell syntax like quotes, /// 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. /// have no effect.
/// ///
/// # Examples /// # Examples