@@ -2532,7 +2532,7 @@ extern "rust-intrinsic" { |
|
|
2532 |
2532 |
/// they run at compile-time or at runtime. Therefore, when using this |
2533 |
2533 |
/// intrinsic anywhere that can be reached from stable, it is crucial that |
2534 |
2534 |
/// 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" |
2536 |
2536 |
/// as any other behavior, so if the function exhibits UB at runtime then |
2537 |
2537 |
/// it may do whatever it wants at compile-time.) |
2538 |
2538 |
/// |