Skip to content

Commit

Permalink
Fix minor typos in std::process doc on Win argv
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 13, 2024
1 parent 03c2100 commit 99a5964
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 99a5964

Please sign in to comment.