Skip to content

Commit 6582dc8

Browse files
authored
[meta.reflection.queries] Fix typos
1 parent 29d39cd commit 6582dc8

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
@@ -3969,7 +3969,7 @@
39693969
Otherwise, if \tcode{r} represents an entity that has C language linkage\iref{dcl.link},
39703970
then \tcode{false}.
39713971
\item
3972-
Otherwise, if \tcode{r} represents an enitity that has a
3972+
Otherwise, if \tcode{r} represents an entity that has a
39733973
language linkage other than \Cpp{} language linkage,
39743974
then an
39753975
\impldef{the result of \tcode{std::meta::has_parent} for entities
@@ -3979,7 +3979,7 @@
39793979
Otherwise, if \tcode{r} represents a type that is neither a class nor enumeration type,
39803980
then \tcode{false}.
39813981
\item
3982-
Otherwise, if \tcode{r} represents an enity or direct base class relationship,
3982+
Otherwise, if \tcode{r} represents an entity or direct base class relationship,
39833983
then \tcode{true}.
39843984
\item
39853985
Otherwise, \tcode{false}.
@@ -4018,7 +4018,7 @@
40184018
the target scope of a declaration of what is represented by \tcode{r}.
40194019
\begin{itemize}
40204020
\item
4021-
If $E$ is the function call oeprator of a closure type
4021+
If $E$ is the function call operator of a closure type
40224022
for a \grammarterm{consteval-block-declaration}\iref{dcl.pre},
40234023
then \tcode{parent_of(\brk{}parent_of(\reflexpr{$E$}))}.
40244024
\begin{note}

0 commit comments

Comments
 (0)