We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688dcc6 commit a9e29d2Copy full SHA for a9e29d2
library/std/src/process.rs
@@ -1739,8 +1739,8 @@ impl ExitCode {
1739
/// `process::exit()` accepts any `i32` value as the exit code for the process; however, there
1740
/// are platforms that only use a subset of that value (see [`process::exit` platform-specific
1741
/// behavior][exit#platform-specific-behavior]). `ExitCode` exists because of this; only
1742
- /// `ExitCode`s that are valid on all platforms can be created, so those problems don't exist
1743
- /// with this method.
+ /// `ExitCode`s that are supported by a majority of our platforms can be created, so those
+ /// problems don't exist (as much) with this method.
1744
///
1745
/// # Examples
1746
0 commit comments