We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ebfff + 107b4fd commit 7bff6ffCopy full SHA for 7bff6ff
library/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