Rollup merge of #132609 - NotWearingPants:patch-1, r=Amanieu
docs: fix grammar in doc comment at unix/process.rs Fixed the grammar of a sentence in the docs
This commit is contained in:
commit
7bff6ff3a6
@ -143,7 +143,7 @@ unsafe fn before_exec<F>(&mut self, f: F) -> &mut process::Command
|
|||||||
///
|
///
|
||||||
/// This function, unlike `spawn`, will **not** `fork` the process to create
|
/// This function, unlike `spawn`, will **not** `fork` the process to create
|
||||||
/// a new child. Like spawn, however, the default behavior for the stdio
|
/// 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
|
/// # Notes
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user