mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDenton
Fix minor typos in std::process doc on Win argv
This commit is contained in:
commit
dba010d7fa
@ -96,9 +96,9 @@
|
||||
//! child processes must agree on how the commandline string is encoded.
|
||||
//!
|
||||
//! Most programs use the standard C run-time `argv`, which in practice results
|
||||
//! in consistent argument handling. However some programs have their own way of
|
||||
//! in consistent argument handling. However, some programs have their own way of
|
||||
//! parsing the commandline string. In these cases using [`arg`] or [`args`] may
|
||||
//! result in the child process seeing a different array of arguments then the
|
||||
//! result in the child process seeing a different array of arguments than the
|
||||
//! parent process intended.
|
||||
//!
|
||||
//! Two ways of mitigating this are:
|
||||
|
Loading…
Reference in New Issue
Block a user