Skip to content

Commit

Permalink
Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDe…
Browse files Browse the repository at this point in the history
…nton

Fix minor typos in std::process doc on Win argv
  • Loading branch information
matthiaskrgr authored Jul 14, 2024
2 parents bef29c0 + 99a5964 commit dba010d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dba010d

Please sign in to comment.