Skip to content

Commit

Permalink
fixup: typo fixes; avoid repeated cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Nov 16, 2023
1 parent 397c0d8 commit c29ac0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
\pnum
\begin{note}
The \grammarterm{pack-index-specifier} denotes
the type of the $V^\tcode{th}$ element of the pack\iref{temp.variadic}.
the type of the $V^\tcode{th}$ element of the pack.
\end{note}

\rSec3[dcl.type.elab]{Elaborated type specifiers}%
Expand Down
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@
\pnum
\begin{note}
A \grammarterm{pack-index-expression} denotes
the $V^\tcode{th}$ element of the pack\iref{temp.variadic}.
the $V^\tcode{th}$ element of the pack.
\end{note}

\rSec3[expr.prim.id.dtor]{Destruction}
Expand Down
4 changes: 2 additions & 2 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2867,12 +2867,12 @@
\pnum
When instantiating a \grammarterm{pack-index-expression} $P$,
let $K$ be the index of $P$.
The instantiation of P is the \grammarterm{id-expression} $E_K$.
The instantiation of $P$ is the \grammarterm{id-expression} $\tcode{E}_K$.

\pnum
When instantiating a \grammarterm{pack-index-specifier} $P$,
let $K$ be the index of $P$.
The instantiation of P is the \grammarterm{typedef-name} $E_K$.
The instantiation of $P$ is the \grammarterm{typedef-name} $\tcode{E}_K$.

\pnum
The instantiation of an \grammarterm{alignment-specifier} with an ellipsis
Expand Down

0 comments on commit c29ac0a

Please sign in to comment.