Skip to content

Commit c4b0358

Browse files
committed
[lex.icon,depr.locale.category] Remove duplicate 'table' in front of table references
1 parent 896196c commit c4b0358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/future.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
\pnum
708708
The \tcode{ctype} locale category includes the following facets
709709
as if they were specified
710-
in table \tref{locale.category.facets} of \ref{locale.category}.
710+
in \tref{locale.category.facets} of \ref{locale.category}.
711711

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

724724
\begin{codeblock}
725725
codecvt_byname<char16_t, char, mbstate_t>

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@
12141214
\grammarterm{octal-digit}s,
12151215
\grammarterm{digit}s, or
12161216
\grammarterm{hexadecimal-digit}s
1217-
is interpreted as a base $N$ integer as shown in table \tref{lex.icon.base};
1217+
is interpreted as a base $N$ integer as shown in \tref{lex.icon.base};
12181218
the lexically first digit of the sequence of digits is the most significant.
12191219
\begin{note}
12201220
The prefix and any optional separating single quotes are ignored

0 commit comments

Comments
 (0)