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.
1 parent 6534637 commit 2e2836aCopy full SHA for 2e2836a
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