Skip to content

Commit 6c52823

Browse files
authored
Update src/coding-guidelines/types-and-traits/gui_6JSM7YE7a1KR.rst.inc
1 parent e5b8a70 commit 6c52823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
(e.g., ``*u = MyUnion { uninit: () }``) does not preserve the initialized state of other fields.
6363
All fields must be considered uninitialized after such an assignment.
6464
65-
* **Nested ``struct`` partial initialization**: When a union variant contains a
65+
* **Nested partial initialization**: When a union variant contains a
6666
``struct``, initializing only one field of that ``struct`` leaves the remaining
6767
fields uninitialized.
6868
The compiler does not warn about the uninitialized fields within the nested ``struct``.

0 commit comments

Comments
 (0)