Skip to content

Commit

Permalink
Rollup merge of rust-lang#132609 - NotWearingPants:patch-1, r=Amanieu
Browse files Browse the repository at this point in the history
docs: fix grammar in doc comment at unix/process.rs

Fixed the grammar of a sentence in the docs
  • Loading branch information
workingjubilee authored Nov 5, 2024
2 parents 86c6f27 + fad7d68 commit 538f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/os/unix/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 538f5b4

Please sign in to comment.