Skip to content

Commit c7fbd59

Browse files
cpplearnertkoeppe
authored andcommitted
[locale.ctype.virtuals] Fix a decade-old typo
1 parent 76465d7 commit c7fbd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@
16151615
are those in the basic character set\iref{lex.charset}.
16161616

16171617
For any named \tcode{ctype} category with
1618-
a \tcode{ctype<charT>} facet \tcode{ctc} and
1618+
a \tcode{ctype<char>} facet \tcode{ctc} and
16191619
valid \tcode{ctype_base::mask} value \tcode{M},
16201620
\tcode{(ctc.\brk{}is(M, c) || !is(M, do_widen(c)) )} is \tcode{true}.
16211621
\begin{footnote}

0 commit comments

Comments
 (0)