We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84583e2 commit ba1f116Copy full SHA for ba1f116
reference/src/glossary.md
@@ -69,7 +69,7 @@ guarantee that `Option<&mut T>` has the same size as `&mut T`.
69
70
While all niches are invalid bit-patterns, not all invalid bit-patterns are
71
niches. For example, the "all bits uninitialized" is an invalid bit-pattern for
72
-`&mut T`, but this bit-pattern is not used by layout optimizations, and is not a
+`&mut T`, but this bit-pattern cannot be used by layout optimizations, and is not a
73
niche.
74
75
0 commit comments