Use american spelling for behaviour

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Mara Bos 2021-07-05 12:40:23 +02:00
parent 19c347ede9
commit f73a555fc9

View file

@ -718,7 +718,7 @@ extern "rust-intrinsic" {
/// any safety invariants.
///
/// [`std::process::abort`](../../std/process/fn.abort.html) is to be preferred if possible,
/// as its behaviour is more user-friendly and more stable.
/// as its behavior is more user-friendly and more stable.
///
/// The current implementation of `intrinsics::abort` is to invoke an invalid instruction,
/// on most platforms.