File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19888,24 +19888,24 @@
19888
19888
19889
19889
\pnum
19890
19890
When the \tcode{L} option is used, the form used for the conversion
19891
- is called the \defn {locale-specific} form.
19891
+ is called the \defnadj {locale-specific}{form } form.
19892
19892
The \tcode{L} option is only valid for arithmetic types, and
19893
19893
its effect depends upon the type.
19894
19894
\begin{itemize}
19895
19895
19896
19896
\item
19897
19897
For integral types, the locale-specific form
19898
- causes the context’ s locale to be used
19898
+ causes the context' s locale to be used
19899
19899
to insert the appropriate digit group separator characters.
19900
19900
19901
19901
\item
19902
19902
For floating-point types, the locale-specific form
19903
- causes the context’ s locale to be used
19903
+ causes the context' s locale to be used
19904
19904
to insert the appropriate digit group and decimal radix separator characters.
19905
19905
19906
19906
\item
19907
19907
For the textual representation of \tcode{bool}, the locale-specific form
19908
- causes the context’ s locale to be used
19908
+ causes the context' s locale to be used
19909
19909
to insert the appropriate string as if obtained
19910
19910
with \tcode{numpunct::truename} or \tcode{numpunct::falsename}.
19911
19911
\end{itemize}
You can’t perform that action at this time.
0 commit comments