Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lex.icon,depr.locale.category] Remove duplicate 'table' in front of table references #7528

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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