Skip to content

Commit

Permalink
Use american spelling for behaviour
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
m-ou-se and JohnTitor committed Jul 5, 2021
1 parent 19c347e commit f73a555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Expand Up @@ -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.
Expand Down

0 comments on commit f73a555

Please sign in to comment.