Skip to content

Commit d3aaeb9

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[meta.reflection.queries] Fix typos
1 parent c4c5bdd commit d3aaeb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/meta.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4696,7 +4696,7 @@
46964696
Otherwise, if \tcode{r} represents an entity that has C language linkage\iref{dcl.link},
46974697
then \tcode{false}.
46984698
\item
4699-
Otherwise, if \tcode{r} represents an enitity that has a
4699+
Otherwise, if \tcode{r} represents an entity that has a
47004700
language linkage other than \Cpp{} language linkage,
47014701
then an
47024702
\impldef{the result of \tcode{std::meta::has_parent} for entities
@@ -4706,7 +4706,7 @@
47064706
Otherwise, if \tcode{r} represents a type that is neither a class nor enumeration type,
47074707
then \tcode{false}.
47084708
\item
4709-
Otherwise, if \tcode{r} represents an enity or direct base class relationship,
4709+
Otherwise, if \tcode{r} represents an entity or direct base class relationship,
47104710
then \tcode{true}.
47114711
\item
47124712
Otherwise, \tcode{false}.
@@ -4741,7 +4741,7 @@
47414741
the target scope of a declaration of what is represented by \tcode{r}.
47424742
\begin{itemize}
47434743
\item
4744-
If $E$ is the function call oeprator of a closure type
4744+
If $E$ is the function call operator of a closure type
47454745
for a \grammarterm{consteval-block-declaration}\iref{dcl.pre},
47464746
then \tcode{parent_of(\brk{}parent_of(\reflexpr{$E$}))}.
47474747
\begin{note}

0 commit comments

Comments
 (0)