Skip to content

Commit d858809

Browse files
RalfJungbjorn3
andauthored
typo
Co-authored-by: bjorn3 <[email protected]>
1 parent 374607d commit d858809

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
@@ -2532,7 +2532,7 @@ extern "rust-intrinsic" {
25322532
/// they run at compile-time or at runtime. Therefore, when using this
25332533
/// intrinsic anywhere that can be reached from stable, it is crucial that
25342534
/// the end-to-end behavior of the stable `const fn` is the same for both
2535-
/// modes of execution. (Here, Undefined Behavior is considerd "the same"
2535+
/// modes of execution. (Here, Undefined Behavior is considered "the same"
25362536
/// as any other behavior, so if the function exhibits UB at runtime then
25372537
/// it may do whatever it wants at compile-time.)
25382538
///

0 commit comments

Comments
 (0)