Skip to content

Commit a7fce50

Browse files
authored
Apply suggestion from @rcseacord
1 parent c93b2cb commit a7fce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/types-and-traits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Types and Traits
1818
:release: 1.85.0
1919
:decidability: undecidable
2020
:scope: expression
21-
:tags: unions, safety, undefined-behavior
21+
:tags: defect, safety, undefined-behavior
2222

2323
When reading from a union field, ensure that the underlying bytes constitute a valid value
2424
for that field's type.

0 commit comments

Comments
 (0)