We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c347e commit f73a555Copy full SHA for f73a555
library/core/src/intrinsics.rs
@@ -718,7 +718,7 @@ extern "rust-intrinsic" {
718
/// any safety invariants.
719
///
720
/// [`std::process::abort`](../../std/process/fn.abort.html) is to be preferred if possible,
721
- /// as its behaviour is more user-friendly and more stable.
+ /// as its behavior is more user-friendly and more stable.
722
723
/// The current implementation of `intrinsics::abort` is to invoke an invalid instruction,
724
/// on most platforms.
0 commit comments