We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb8c1b1 + a02fdce commit 16f73edCopy full SHA for 16f73ed
1 file changed
src/behavior-considered-undefined.md
@@ -98,7 +98,7 @@ A place is said to be "based on a misaligned pointer" if the last `*` projection
98
during place computation was performed on a pointer that was not aligned for its
99
type. (If there is no `*` projection in the place expression, then this is
100
accessing the field of a local or `static` and rustc will guarantee proper alignment. If
101
-there are multiple `*` projection, then each of them incurs a load of the
+there are multiple `*` projections, then each of them incurs a load of the
102
pointer-to-be-dereferenced itself from memory, and each of these loads is
103
subject to the alignment constraint. Note that some `*` projections can be
104
omitted in surface Rust syntax due to automatic dereferencing; we are
0 commit comments