Skip to content

Commit fc47393

Browse files
committed
Clarify that exit(0) is ok
1 parent d33dd64 commit fc47393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-process-exit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ calls `env::set_exit_status`, then the process is not guaranteed to exit with
2121
that status (e.g. Rust was called from C).
2222

2323
The purpose of this RFC is to provide at least one method on the path to
24-
stabilization which will provide a method to exit a process with a nonzero exit
25-
code.
24+
stabilization which will provide a method to exit a process with an arbitrary
25+
exit code.
2626

2727
# Detailed design
2828

0 commit comments

Comments
 (0)