We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206678c commit 96e8ba7Copy full SHA for 96e8ba7
std/src/process.rs
@@ -96,9 +96,9 @@
96
//! child processes must agree on how the commandline string is encoded.
97
//!
98
//! Most programs use the standard C run-time `argv`, which in practice results
99
-//! in consistent argument handling. However some programs have their own way of
+//! in consistent argument handling. However, some programs have their own way of
100
//! parsing the commandline string. In these cases using [`arg`] or [`args`] may
101
-//! 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
102
//! parent process intended.
103
104
//! Two ways of mitigating this are:
0 commit comments