Skip to content

Commit

Permalink
[lex.icon,depr.locale.category] Remove duplicate 'table' in front of …
Browse files Browse the repository at this point in the history
…table references
  • Loading branch information
jensmaurer committed Dec 30, 2024
1 parent 896196c commit c4b0358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
\pnum
The \tcode{ctype} locale category includes the following facets
as if they were specified
in table \tref{locale.category.facets} of \ref{locale.category}.
in \tref{locale.category.facets} of \ref{locale.category}.

\begin{codeblock}
codecvt<char16_t, char, mbstate_t>
Expand All @@ -719,7 +719,7 @@
\pnum
The \tcode{ctype} locale category includes the following facets
as if they were specified
in table \tref{locale.spec} of \ref{locale.category}.
in \tref{locale.spec} of \ref{locale.category}.

\begin{codeblock}
codecvt_byname<char16_t, char, mbstate_t>
Expand Down
2 changes: 1 addition & 1 deletion source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@
\grammarterm{octal-digit}s,
\grammarterm{digit}s, or
\grammarterm{hexadecimal-digit}s
is interpreted as a base $N$ integer as shown in table \tref{lex.icon.base};
is interpreted as a base $N$ integer as shown in \tref{lex.icon.base};
the lexically first digit of the sequence of digits is the most significant.
\begin{note}
The prefix and any optional separating single quotes are ignored
Expand Down

0 comments on commit c4b0358

Please sign in to comment.