Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fad7d68

Browse files
authoredNov 4, 2024
docs: fix grammar in doc comment at unix/process.rs
1 parent 84fae7e commit fad7d68

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)
Failed to load comments.