Skip to content

Commit 538f5b4

Browse files
Rollup merge of rust-lang#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
2 parents 86c6f27 + fad7d68 commit 538f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/unix/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pub trait CommandExt: Sealed {
143143
///
144144
/// This function, unlike `spawn`, will **not** `fork` the process to create
145145
/// a new child. Like spawn, however, the default behavior for the stdio
146-
/// descriptors will be to inherited from the current process.
146+
/// descriptors will be to inherit them from the current process.
147147
///
148148
/// # Notes
149149
///

0 commit comments

Comments
 (0)