From 4f4fdbaa1dbfaa7af75bc0dc7d1c7dc9b8221fbc Mon Sep 17 00:00:00 2001 From: morinmorin Date: Fri, 15 Aug 2025 22:13:19 +0900 Subject: [PATCH] [locale.moneypunct.virtuals] latex: remove redundant backslash-space The backslash-space in "U.S.\ locales" can be replaced with a plain space, because TeX treats a period after uppercase as an acronym (which yields normal spacing). L4595, L4610 already use a plain space in "U.S. locales", so this change improves consistency. --- source/text.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text.tex b/source/text.tex index 2fee9d20b6..2568a6442b 100644 --- a/source/text.tex +++ b/source/text.tex @@ -4673,7 +4673,7 @@ \returns The number of digits after the decimal radix separator, if any. \begin{footnote} -In common U.S.\ locales, this is 2. +In common U.S. locales, this is 2. \end{footnote} \end{itemdescr}