small change
This commit is contained in:
parent
653463731a
commit
2e2836ad14
1 changed files with 1 additions and 1 deletions
|
@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
|
||||||
|
|
||||||
/// A trait for implementing arbitrary return types in the `main` function.
|
/// 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
|
/// So, every type implementing the `Termination` trait has to be converted
|
||||||
/// to an integer.
|
/// to an integer.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue