small change

This commit is contained in:
Proloy Mishra 2022-05-22 17:52:04 +05:30 committed by GitHub
parent 653463731a
commit 2e2836ad14
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.
///