We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25acdfa + ad89868 commit dbd58a1Copy full SHA for dbd58a1
src/items/unions.md
@@ -17,7 +17,7 @@ union MyUnion {
17
```
18
19
The key property of unions is that all fields of a union share common storage.
20
-As a result writes to one field of a union can overwrite its other fields, and
+As a result, writes to one field of a union can overwrite its other fields, and
21
size of a union is determined by the size of its largest field.
22
23
## Initialization of a union
0 commit comments