We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f97de8 + 2e2836a commit c370e30Copy full SHA for c370e30
library/std/src/process.rs
@@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
2108
2109
/// A trait for implementing arbitrary return types in the `main` function.
2110
///
2111
-/// The C-main function only supports to return integers as return type.
+/// The C-main function only supports returning integers.
2112
/// So, every type implementing the `Termination` trait has to be converted
2113
/// to an integer.
2114
0 commit comments