Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e122949 + 96e8ba7 commit 54435f7Copy full SHA for 54435f7
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