From 2b985c314e88c49327cee11fd95824592c911843 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:34:30 +0800 Subject: [PATCH] [meta] Fix bunch of typos --- source/meta.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/meta.tex b/source/meta.tex index 08347e9506..94976f7c2c 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -3760,7 +3760,7 @@ Otherwise, \tcode{true}. \item Otherwise, if \tcode{r} represents a type alias, - then \tcode{!has_template_arguments(s)}. + then \tcode{!has_template_arguments(r)}. \item Otherwise, if \tcode{r} represents an enumerator, @@ -3906,7 +3906,7 @@ \indexlibraryglobal{type_of}% \begin{itemdecl} -consteval bool type_of(info r); +consteval info type_of(info r); \end{itemdecl} \begin{itemdescr} @@ -4150,7 +4150,7 @@ Otherwise, \tcode{false}. \end{itemdescr} -\indexlibraryglobal{is_used_provided}% +\indexlibraryglobal{is_user_provided}% \indexlibraryglobal{is_user_declared}% \begin{itemdecl} consteval bool is_user_provided(info r); @@ -4332,7 +4332,7 @@ Otherwise, \tcode{false}. \end{itemdescr} -\indexlibraryglobal{is_copmlete_type}% +\indexlibraryglobal{is_complete_type}% \begin{itemdecl} consteval bool is_complete_type(info r); \end{itemdecl} @@ -4799,7 +4799,7 @@ \tcode{has_parent(r)} is \tcode{true}. \end{itemdescr} -\indexlibraryglobal{delias}% +\indexlibraryglobal{dealias}% \begin{itemdecl} consteval info dealias(info r); \end{itemdecl} @@ -5386,7 +5386,7 @@ \pnum \throws \tcode{meta::exception} unless -\tcode{bases_of(r, access:context::unchecked())} +\tcode{bases_of(r, access_context::unchecked())} is a constant subexpression. \end{itemdescr} @@ -5604,7 +5604,7 @@ \pnum \returns A \tcode{vector} containing each element \tcode{e} of \tcode{members_of(type, ctx)} -such that \tcode{is_nonstatic_data_members_of(e)} is \tcode{true}, +such that \tcode{is_nonstatic_data_member(e)} is \tcode{true}, preserving their order. \pnum @@ -6054,7 +6054,7 @@ \pnum \begin{note} -If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immedaite context, +If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immediate context, the program is ill-formed. \end{note}