s/die/terminate/ in abort documentation.
This commit is contained in:
parent
f73a555fc9
commit
08d912fdcc
@ -1912,7 +1912,7 @@ pub fn exit(code: i32) -> ! {
|
||||
/// to run.
|
||||
///
|
||||
/// The process's termination will be similar to that from the C `abort()`
|
||||
/// function. On Unix, the process will die with signal `SIGABRT`, which
|
||||
/// function. On Unix, the process will terminate with signal `SIGABRT`, which
|
||||
/// typically means that the shell prints "Aborted".
|
||||
///
|
||||
/// # Examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user