Skip to content

Commit aacdb89

Browse files
committed
fixup: typos
1 parent 1c98091 commit aacdb89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4511,7 +4511,7 @@
45114511
of a class member access expression\iref{expr.ref},
45124512
\item
45134513
it is designated by an expression
4514-
used to form a pointer to member\iref{expr.unary.op}.
4514+
used to form a pointer to member\iref{expr.unary.op}, or
45154515
\item
45164516
it appears as the operand of
45174517
a \grammarterm{reflect-expression}\iref{expr.reflect}.

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6732,7 +6732,7 @@
67326732
then $R$ represents the class template named by the injected-class-name.
67336733
\item
67346734
Otherwise, the injected-class-name shall be unambiguous
6735-
when considered as ae \grammarterm{type-name} and
6735+
when considered as a \grammarterm{type-name} and
67366736
$R$ represents the class template specialization so named.
67376737
\end{itemize}
67386738
\item
@@ -9120,7 +9120,7 @@
91209120
it is an \grammarterm{id-expression} or \grammarterm{splice-expression}
91219121
that designates an immediate function,
91229122
\item
9123-
it is immediate invocation that is not a constant expression, or
9123+
it is an immediate invocation that is not a constant expression, or
91249124
\item
91259125
it is of consteval-only type\iref{basic.types.general}.
91269126
\end{itemize}

0 commit comments

Comments
 (0)