From 24bedc888004cf8bbb80e692b8a6d67d28092abc Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 16:58:30 +0000 Subject: [PATCH] [basic.stc.general] Add punctuation --- source/basic.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..682d10a82a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4286,10 +4286,10 @@ duration is determined by the construct used to create the object and is one of the following: \begin{itemize} -\item static storage duration -\item thread storage duration -\item automatic storage duration -\item dynamic storage duration +\item static storage duration, +\item thread storage duration, +\item automatic storage duration, +\item dynamic storage duration. \end{itemize} \begin{note} After the duration of a region of storage has ended,