Skip to content

Commit f73a555

Browse files
m-ou-seJohnTitor
andcommitted
Use american spelling for behaviour
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 19c347e commit f73a555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ extern "rust-intrinsic" {
718718
/// any safety invariants.
719719
///
720720
/// [`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.
721+
/// as its behavior is more user-friendly and more stable.
722722
///
723723
/// The current implementation of `intrinsics::abort` is to invoke an invalid instruction,
724724
/// on most platforms.

0 commit comments

Comments
 (0)