Skip to content

Commit

Permalink
Updates based on PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Oct 17, 2024
1 parent 6752f43 commit 6bfa2c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specs/language/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
depth-first traversal of the subobjects of an object following the defined
subobject ordering.

\p Each \textit{initializer-list} is comprised of zero or more
\p Each \textit{braced initializer list} is comprised of zero or more
\textit{initializer-clause} expressions, which in turn may be another
initializer-list or an \textit{assignment-expression}. Each
assignment-expression is an object, which may be a scalar or aggregate type. A
Expand All @@ -101,9 +101,9 @@
element's type.

\p An initializer-list is invalid if the flattened initializer sequence contains
less elements than the target object's flattened ordering, or if any initializer
\(I_n\) cannot be implicitly converted to the corresponding element \(E_n\)'s
type.
more or fewer elements than the target object's flattened ordering, or if any
initializer \(I_n\) cannot be implicitly converted to the corresponding element
\(E_n\)'s type.

\Sec{Function Definitions}{Decl.Function}
\Sec{Attributes}{Decl.Attr}
Expand Down

0 comments on commit 6bfa2c3

Please sign in to comment.