Skip to content

Commit 868db73

Browse files
jensmaurertkoeppe
authored andcommitted
[facet.num.get.virtuals] Add missing punctuation
Fixes ISO/CS comment (C++23 proof)
1 parent bc2c80c commit 868db73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/locales.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,20 +2212,20 @@
22122212
where \tcode{loc} is \tcode{str.getloc()}.
22132213

22142214
\pnum
2215-
The details of this operation occur in three stages
2215+
The details of this operation occur in three stages:
22162216

22172217
\begin{itemize}
22182218
\item
22192219
Stage 1:
2220-
Determine a conversion specifier
2220+
Determine a conversion specifier.
22212221
\item
22222222
Stage 2:
22232223
Extract characters from \tcode{in} and
22242224
determine a corresponding \tcode{char} value for
22252225
the format expected by the conversion specification determined in stage 1.
22262226
\item
22272227
Stage 3:
2228-
Store results
2228+
Store results.
22292229
\end{itemize}
22302230

22312231
\pnum

0 commit comments

Comments
 (0)