diff --git a/source/meta.tex b/source/meta.tex index 392ad9937e..c0c55bb47a 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -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 @@ -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}. @@ -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}