Skip to content

Commit 8832b0a

Browse files
Fix typo in doc
Co-authored-by: Josh Triplett <[email protected]>
1 parent 60a4d96 commit 8832b0a

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
@@ -1536,7 +1536,7 @@ impl ExitStatusError {
15361536
///
15371537
/// In Unix terms the return value is the **exit status**: the value passed to `exit`, if the
15381538
/// process finished by calling `exit`. Note that on Unix the exit status is truncated to 8
1539-
/// bits, and that values that didn't come from a program's call to `exit` may be invented the
1539+
/// bits, and that values that didn't come from a program's call to `exit` may be invented by the
15401540
/// runtime system (often, for example, 255, 254, 127 or 126).
15411541
///
15421542
/// On Unix, this will return `None` if the process was terminated by a signal. If you want to

0 commit comments

Comments
 (0)