Skip to content

Commit 417b515

Browse files
committed
[dcl.init.aggr] Punctuate and capitalize list items as complete sentences.
1 parent cdb4be0 commit 417b515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/declarations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5702,10 +5702,10 @@
57025702
\end{example}
57035703
\item
57045704
Otherwise, if the element is explicitly initialized
5705-
per a \grammarterm{designated-only-initializer-list}, then
5705+
per a \grammarterm{designated-only-initializer-list}, then:
57065706
\begin{itemize}
57075707
\item
5708-
if the element is a (direct) non-static data member, then
5708+
If the element is a (direct) non-static data member, then
57095709
the element is initialized with the \grammarterm{brace-or-equal-initializer}
57105710
of the corresponding \grammarterm{designated-initializer-clause}.
57115711
If that initializer is of the form
@@ -5718,7 +5718,7 @@
57185718
whether copy-initialization or direct-initialization is performed.
57195719
\end{note}
57205720
\item
5721-
otherwise, the element is a base class subobject $B$, and
5721+
Otherwise, the element is a base class subobject $B$, and
57225722
is copy-initialized from
57235723
a brace-enclosed \grammarterm{designated-initializer-list}
57245724
consisting of all of the \grammarterm{designated-initializer-clause}s

0 commit comments

Comments
 (0)