Skip to content

Commit aa9eb89

Browse files
committed
Updates based on PR feedback.
1 parent 8073267 commit aa9eb89

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

specs/language/declarations.tex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@
9999
\p If the target object is an array of unknown size, the object is assumed to
100100
have \(m\) possible elements during parsing, where \(m>0\).
101101

102-
\p An initializer-list is a valid initializer if for each element \(E_n\mod{}m\)
103-
in the target object's flattened ordering there is a corresponding initializer
104-
\(I_n\) in the flattened initializer sequence which can be implicitly converted
105-
to the element's type. For arrays of unknown size the total number of
106-
initializers must be a multiple of the array's base element type.
102+
\p An initializer-list is a valid initializer if for each element
103+
\(E_{n\mod{}m?}\) in the target object's flattened ordering there is a
104+
corresponding initializer \(I_n\) in the flattened initializer sequence, which
105+
can be implicitly converted to the element's type. For arrays of unknown size,
106+
the total number of initializers must be a multiple of the array's base element
107+
type.
107108

108109
\p An initializer-list is invalid if the flattened initializer sequence contains
109110
more or fewer elements than the target object's flattened ordering, or if any

0 commit comments

Comments
 (0)