We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e971a8 commit 161b01aCopy full SHA for 161b01a
library/std/src/process.rs
@@ -2032,7 +2032,7 @@ pub fn id() -> u32 {
2032
/// a successful execution. In case of a failure, `libc::EXIT_FAILURE` is returned.
2033
///
2034
/// For the reason that different runtimes have diffrent specificatons on the
2035
-/// return value of the `main` function, this trait is likely to be available
+/// return value of the `main` function, this trait is likely to be available
2036
/// only on standard library's runtime for type convenience.
2037
#[cfg_attr(not(test), lang = "termination")]
2038
#[unstable(feature = "termination_trait_lib", issue = "43301")]
0 commit comments