Skip to content

Commit 08d912f

Browse files
committed
s/die/terminate/ in abort documentation.
1 parent f73a555 commit 08d912f

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
@@ -1912,7 +1912,7 @@ pub fn exit(code: i32) -> ! {
19121912
/// to run.
19131913
///
19141914
/// The process's termination will be similar to that from the C `abort()`
1915-
/// function. On Unix, the process will die with signal `SIGABRT`, which
1915+
/// function. On Unix, the process will terminate with signal `SIGABRT`, which
19161916
/// typically means that the shell prints "Aborted".
19171917
///
19181918
/// # Examples

0 commit comments

Comments
 (0)