Skip to content

Commit 4f4fdba

Browse files
committed
[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.
1 parent a449305 commit 4f4fdba

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
@@ -4673,7 +4673,7 @@
46734673
\returns
46744674
The number of digits after the decimal radix separator, if any.
46754675
\begin{footnote}
4676-
In common U.S.\ locales, this is 2.
4676+
In common U.S. locales, this is 2.
46774677
\end{footnote}
46784678
\end{itemdescr}
46794679

0 commit comments

Comments
 (0)