We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed5cf3 commit c4aca2bCopy full SHA for c4aca2b
library/core/src/intrinsics.rs
@@ -1220,7 +1220,7 @@ extern "rust-intrinsic" {
1220
/// will generate code *assuming that you, the programmer, ensure that there will never be
1221
/// undefined behavior*. It is therefore your responsibility to guarantee that every value
1222
/// passed to `transmute` is valid at both types `T` and `U`. Failing to uphold this condition
1223
- /// may lead to unexpeced and unstable compilation results. This makes `transmute` **incredibly
+ /// may lead to unexpected and unstable compilation results. This makes `transmute` **incredibly
1224
/// unsafe**. `transmute` should be the absolute last resort.
1225
///
1226
/// Transmuting pointers to integers in a `const` context is [undefined behavior][ub].
0 commit comments