Skip to content

Commit 6d16a6a

Browse files
author
Dawn Perchik
committed
Fixup: reword the introduction of what 'n' is.
1 parent 710165c commit 6d16a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4366,8 +4366,8 @@
43664366
Let $x_1$, $\dotsc$, $x_k$ be
43674367
the elements of the \grammarterm{expression-list}.
43684368
If the destination type is an array of unknown bound,
4369-
it is defined as having $k$ elements;
4370-
either way, let $n$ denote the array size.
4369+
it is defined as having $k$ elements.
4370+
Let $n$ denote the array size after this potential adjustment.
43714371
If $k$ is greater than the size of the array,
43724372
the program is ill-formed.
43734373
Otherwise, the $i^\text{th}$ array element is copy-initialized with

0 commit comments

Comments
 (0)