Skip to content

Commit

Permalink
s/die/terminate/ in abort documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jul 5, 2021
1 parent f73a555 commit 08d912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d912f

Please sign in to comment.