Skip to content

Commit 24bedc8

Browse files
committed
[basic.stc.general] Add punctuation
1 parent 721d01c commit 24bedc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/basic.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4286,10 +4286,10 @@
42864286
duration is determined by the construct used to create the object and is
42874287
one of the following:
42884288
\begin{itemize}
4289-
\item static storage duration
4290-
\item thread storage duration
4291-
\item automatic storage duration
4292-
\item dynamic storage duration
4289+
\item static storage duration,
4290+
\item thread storage duration,
4291+
\item automatic storage duration,
4292+
\item dynamic storage duration.
42934293
\end{itemize}
42944294
\begin{note}
42954295
After the duration of a region of storage has ended,

0 commit comments

Comments
 (0)