We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2c80c commit 868db73Copy full SHA for 868db73
source/locales.tex
@@ -2212,20 +2212,20 @@
2212
where \tcode{loc} is \tcode{str.getloc()}.
2213
2214
\pnum
2215
-The details of this operation occur in three stages
+The details of this operation occur in three stages:
2216
2217
\begin{itemize}
2218
\item
2219
Stage 1:
2220
-Determine a conversion specifier
+Determine a conversion specifier.
2221
2222
Stage 2:
2223
Extract characters from \tcode{in} and
2224
determine a corresponding \tcode{char} value for
2225
the format expected by the conversion specification determined in stage 1.
2226
2227
Stage 3:
2228
-Store results
+Store results.
2229
\end{itemize}
2230
2231
0 commit comments