Skip to content

Commit 2e2836a

Browse files
authored
small change
1 parent 6534637 commit 2e2836a

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)