Skip to content

Commit db3cb43

Browse files
committed
Auto merge of #87774 - camelid:process-typo, r=jyn514
Fix typo Add missing "by".
2 parents 5ad7389 + 42a417e commit db3cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ impl ExitStatus {
14571457
///
14581458
/// In Unix terms the return value is the **exit status**: the value passed to `exit`, if the
14591459
/// process finished by calling `exit`. Note that on Unix the exit status is truncated to 8
1460-
/// bits, and that values that didn't come from a program's call to `exit` may be invented the
1460+
/// bits, and that values that didn't come from a program's call to `exit` may be invented by the
14611461
/// runtime system (often, for example, 255, 254, 127 or 126).
14621462
///
14631463
/// On Unix, this will return `None` if the process was terminated by a signal.

0 commit comments

Comments
 (0)