From 1f7f4c56cdee5e32e056c1d14c9fbf4bfd522fde Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Sun, 8 Dec 2024 07:34:44 +0800 Subject: [PATCH] [locale.ctype.virtuals] Fix a decade-old typo --- source/text.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text.tex b/source/text.tex index 569c36620e..37de63f1d0 100644 --- a/source/text.tex +++ b/source/text.tex @@ -1615,7 +1615,7 @@ are those in the basic character set\iref{lex.charset}. For any named \tcode{ctype} category with -a \tcode{ctype} facet \tcode{ctc} and +a \tcode{ctype} facet \tcode{ctc} and valid \tcode{ctype_base::mask} value \tcode{M}, \tcode{(ctc.\brk{}is(M, c) || !is(M, do_widen(c)) )} is \tcode{true}. \begin{footnote}