Skip to content

Commit 6e2e0a7

Browse files
committed
[locale.codecvt.virtuals] Use code font for integer literals.
1 parent 2474124 commit 6e2e0a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/locales.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,10 +2670,10 @@
26702670
\begin{itemdescr}
26712671
\pnum
26722672
\returns
2673-
-1 if the encoding of the \tcode{externT} sequence is state-dependent; else the
2673+
\tcode{-1} if the encoding of the \tcode{externT} sequence is state-dependent; else the
26742674
constant number of \tcode{externT} characters needed to produce an internal
2675-
character; or 0 if this number is not a constant.\footnote{If \tcode{encoding()}
2676-
yields -1, then more than \tcode{max_length()} \tcode{externT} elements
2675+
character; or \tcode{0} if this number is not a constant.\footnote{If \tcode{encoding()}
2676+
yields \tcode{-1}, then more than \tcode{max_length()} \tcode{externT} elements
26772677
may be consumed when producing a single \tcode{internT} character, and additional
26782678
\tcode{externT} elements may appear at the end of a sequence after those that
26792679
yield the final \tcode{internT} character.}

0 commit comments

Comments
 (0)