]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/process.rs
Rollup merge of #97358 - GuillaumeGomez:update-minifier, r=Dylan-DPC
[rust.git] / library / std / src / process.rs
index 28e802d07e1970bc03b211793f3f0cb10a13749f..1def9fe0972025c901be03aa7ed6f75e3acf0d8c 100644 (file)
@@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
 
 /// A trait for implementing arbitrary return types in the `main` function.
 ///
-/// The C-main function only supports to return integers as return type.
+/// The C-main function only supports returning integers.
 /// So, every type implementing the `Termination` trait has to be converted
 /// to an integer.
 ///