Skip to content

Commit

Permalink
docs: fix grammar in doc comment at unix/process.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWearingPants authored Nov 4, 2024
1 parent 84fae7e commit fad7d68
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 fad7d68

Please sign in to comment.