We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25acdfa commit ad89868Copy full SHA for ad89868
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