Skip to content

Commit

Permalink
Rollup merge of #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 33ebfff + 107b4fd commit 7bff6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/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 7bff6ff

Please sign in to comment.