We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86c6f27 + fad7d68 commit 538f5b4Copy full SHA for 538f5b4
std/src/os/unix/process.rs
@@ -143,7 +143,7 @@ pub trait CommandExt: Sealed {
143
///
144
/// This function, unlike `spawn`, will **not** `fork` the process to create
145
/// a new child. Like spawn, however, the default behavior for the stdio
146
- /// descriptors will be to inherited from the current process.
+ /// descriptors will be to inherit them from the current process.
147
148
/// # Notes
149
0 commit comments