Rollup merge of #97275 - pro465:patch-1, r=Dylan-DPC

small change

probably not worth writing a comment about...
This commit is contained in:
Jack Huey 2022-05-22 11:37:42 -04:00 committed by GitHub
commit c370e303ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.
///