Skip to content
Merged
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
6 changes: 3 additions & 3 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3969,7 +3969,7 @@
Otherwise, if \tcode{r} represents an entity that has C language linkage\iref{dcl.link},
then \tcode{false}.
\item
Otherwise, if \tcode{r} represents an enitity that has a
Otherwise, if \tcode{r} represents an entity that has a
language linkage other than \Cpp{} language linkage,
then an
\impldef{the result of \tcode{std::meta::has_parent} for entities
Expand All @@ -3979,7 +3979,7 @@
Otherwise, if \tcode{r} represents a type that is neither a class nor enumeration type,
then \tcode{false}.
\item
Otherwise, if \tcode{r} represents an enity or direct base class relationship,
Otherwise, if \tcode{r} represents an entity or direct base class relationship,
then \tcode{true}.
\item
Otherwise, \tcode{false}.
Expand Down Expand Up @@ -4018,7 +4018,7 @@
the target scope of a declaration of what is represented by \tcode{r}.
\begin{itemize}
\item
If $E$ is the function call oeprator of a closure type
If $E$ is the function call operator of a closure type
for a \grammarterm{consteval-block-declaration}\iref{dcl.pre},
then \tcode{parent_of(\brk{}parent_of(\reflexpr{$E$}))}.
\begin{note}
Expand Down