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