Skip to content

Commit a9e29d2

Browse files
committed
Guarantee less in docs
1 parent 688dcc6 commit a9e29d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1739,8 +1739,8 @@ impl ExitCode {
17391739
/// `process::exit()` accepts any `i32` value as the exit code for the process; however, there
17401740
/// are platforms that only use a subset of that value (see [`process::exit` platform-specific
17411741
/// 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.
1742+
/// `ExitCode`s that are supported by a majority of our platforms can be created, so those
1743+
/// problems don't exist (as much) with this method.
17441744
///
17451745
/// # Examples
17461746
///

0 commit comments

Comments
 (0)