Skip to content

Commit f947b9c

Browse files
authored
small change
1 parent 322e4b2 commit f947b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/process.rs

Lines changed: 1 addition & 1 deletion
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)