Skip to content

Commit c370e30

Browse files
authored
Rollup merge of rust-lang#97275 - pro465:patch-1, r=Dylan-DPC
small change probably not worth writing a comment about...
2 parents 4f97de8 + 2e2836a commit c370e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
21082108

21092109
/// A trait for implementing arbitrary return types in the `main` function.
21102110
///
2111-
/// The C-main function only supports to return integers as return type.
2111+
/// The C-main function only supports returning integers.
21122112
/// So, every type implementing the `Termination` trait has to be converted
21132113
/// to an integer.
21142114
///

0 commit comments

Comments
 (0)