Skip to content

Commit 0ac6f9d

Browse files
authored
[locale.moneypunct.general] Insert period at end (#7564)
1 parent e4a154d commit 0ac6f9d

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
@@ -4468,7 +4468,7 @@
44684468
A monetary format is a sequence of four components,
44694469
specified by a \tcode{pattern} value \tcode{p},
44704470
such that the \tcode{part} value \tcode{static_cast<part>(p.field[i])}
4471-
determines the $\tcode{i}^\text{th}$ component of the format
4471+
determines the $\tcode{i}^\text{th}$ component of the format.
44724472
\begin{footnote}
44734473
An array of \tcode{char},
44744474
rather than an array of \tcode{part},

0 commit comments

Comments
 (0)