s/die/terminate/ in abort documentation.
This commit is contained in:
parent
f73a555fc9
commit
08d912fdcc
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ pub fn exit(code: i32) -> ! {
|
||||||
/// to run.
|
/// to run.
|
||||||
///
|
///
|
||||||
/// The process's termination will be similar to that from the C `abort()`
|
/// 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".
|
/// typically means that the shell prints "Aborted".
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue