Skip to content

Commit f038d86

Browse files
jensmaurerzygoloid
authored andcommitted
[res.on.functions] Properly capitalize full-sentence bullets.
Also add periods at the end of sentences.
1 parent 1be069e commit f038d86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/lib-intro.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,31 +2872,31 @@
28722872

28732873
\begin{itemize}
28742874
\item
2875-
for replacement functions\iref{new.delete}, if the installed replacement function does not
2875+
For replacement functions\iref{new.delete}, if the installed replacement function does not
28762876
implement the semantics of the applicable
28772877
\required
28782878
paragraph.
28792879
\item
2880-
for handler functions~(\ref{new.handler}, \ref{terminate.handler}),
2880+
For handler functions~(\ref{new.handler}, \ref{terminate.handler}),
28812881
if the installed handler function does not implement the semantics of the applicable
28822882
\required
2883-
paragraph
2883+
paragraph.
28842884
\item
2885-
for types used as template arguments when instantiating a template component,
2885+
For types used as template arguments when instantiating a template component,
28862886
if the operations on the type do not implement the semantics of the applicable
28872887
\emph{Requirements}
28882888
subclause~(\ref{allocator.requirements}, \ref{container.requirements}, \ref{iterator.requirements},
28892889
\ref{algorithms.requirements}, \ref{numeric.requirements}).
28902890
Operations on such types can report a failure by throwing an exception
28912891
unless otherwise specified.
28922892
\item
2893-
if any replacement function or handler function or destructor operation exits via an exception,
2893+
If any replacement function or handler function or destructor operation exits via an exception,
28942894
unless specifically allowed
28952895
in the applicable
28962896
\required
28972897
paragraph.
28982898
\item
2899-
if an incomplete type\iref{basic.types} is used as a template
2899+
If an incomplete type\iref{basic.types} is used as a template
29002900
argument when instantiating a template component or evaluating a concept, unless specifically
29012901
allowed for that component.
29022902
\end{itemize}

0 commit comments

Comments
 (0)