mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
docs: fix grammar in doc comment at unix/process.rs
This commit is contained in:
parent
432972cae6
commit
107b4fdba2
@ -143,7 +143,7 @@ pub trait CommandExt: Sealed {
|
||||
///
|
||||
/// This function, unlike `spawn`, will **not** `fork` the process to create
|
||||
/// a new child. Like spawn, however, the default behavior for the stdio
|
||||
/// descriptors will be to inherited from the current process.
|
||||
/// descriptors will be to inherit them from the current process.
|
||||
///
|
||||
/// # Notes
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user