Skip to content

Commit 0a1b2a1

Browse files
authored
Merge pull request #643 from MicrosoftDocs/master
3/5 AM Publish
2 parents 4e01d36 + 2cde3ba commit 0a1b2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/aggregates-and-unions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ manager: "ghogen"
1717
ms.workload: ["cplusplus"]
1818
---
1919
# Aggregates and Unions
20-
Other types such as arrays, structs, and unions have stricter alignment requirements that ensure consistent aggregate and union storage and data retrieval. Here are the definitions for array, structure, and union:
20+
Other types, such as arrays, structs, and unions, have stricter alignment requirements that ensure consistent aggregate and union storage and data retrieval. Here are the definitions for array, structure, and union:
2121

2222
Array
2323
Contains an ordered group of adjacent data objects. Each object is called an element. All elements within an array have the same size and data type.
@@ -60,4 +60,4 @@ Other types such as arrays, structs, and unions have stricter alignment requirem
6060
- An individual compiler may adjust the packing of a structure for size reasons. For example [/Zp (Struct Member Alignment)](../build/reference/zp-struct-member-alignment.md) allows for adjusting the packing of structures.
6161

6262
## See Also
63-
[Types and Storage](../build/types-and-storage.md)
63+
[Types and Storage](../build/types-and-storage.md)

0 commit comments

Comments
 (0)