We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fae7e commit fad7d68Copy full SHA for fad7d68
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