Skip to content

Commit

Permalink
Unrolled build for rust-lang#127704
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#127704 - workingjubilee:fixup-better-than, r=ChrisDenton

Fix minor typos in std::process doc on Win argv
  • Loading branch information
rust-timer authored Jul 14, 2024
2 parents 0ffbddd + 99a5964 commit 1fdaf27
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 1fdaf27

Please sign in to comment.