We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26211c4 commit 8aa6f0fCopy full SHA for 8aa6f0f
src/behavior-considered-undefined.md
@@ -59,7 +59,7 @@ code.
59
60
**Note:** Uninitialized memory is also implicitly invalid for any type that has
61
a restricted set of valid values. In other words, the only cases in which
62
-reading uninitialized memory is permitted is inside `union`s and in "padding"
+reading uninitialized memory is permitted are inside `union`s and in "padding"
63
(the gaps between the fields/elements of a type).
64
65
A reference/pointer is "dangling" if it is null or not all of the bytes it
0 commit comments