Skip to content

Commit 1536e33

Browse files
jensmaurerzygoloid
authored andcommitted
[dcl.array] Clarify that arrays do not have extra padding.
1 parent be49696 commit 1536e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@
31013101
\end{note}
31023102

31033103
\pnum
3104-
An object of type ``array of \tcode{N} \tcode{U}'' contains
3104+
An object of type ``array of \tcode{N} \tcode{U}'' consists of
31053105
a contiguously allocated non-empty set
31063106
of \tcode{N} subobjects of type \tcode{U},
31073107
known as the \defnx{elements}{array!element} of the array,

0 commit comments

Comments
 (0)