We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73a555 commit 08d912fCopy full SHA for 08d912f
library/std/src/process.rs
@@ -1912,7 +1912,7 @@ pub fn exit(code: i32) -> ! {
1912
/// to run.
1913
///
1914
/// 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
+/// function. On Unix, the process will terminate with signal `SIGABRT`, which
1916
/// typically means that the shell prints "Aborted".
1917
1918
/// # Examples
0 commit comments