Skip to content

Commit

Permalink
Rollup merge of #97275 - pro465:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
small change

probably not worth writing a comment about...
  • Loading branch information
jackh726 authored May 22, 2022
2 parents 4f97de8 + 2e2836a commit c370e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit c370e30

Please sign in to comment.