Skip to content

Commit 8aa6f0f

Browse files
RalfJungHavvy
andauthored
fix grammar
Co-authored-by: Ryan Scheel <[email protected]>
1 parent 26211c4 commit 8aa6f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ code.
5959
6060
**Note:** Uninitialized memory is also implicitly invalid for any type that has
6161
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"
62+
reading uninitialized memory is permitted are inside `union`s and in "padding"
6363
(the gaps between the fields/elements of a type).
6464

6565
A reference/pointer is "dangling" if it is null or not all of the bytes it

0 commit comments

Comments
 (0)