Skip to content

Commit 2b985c3

Browse files
authored
[meta] Fix bunch of typos
1 parent 2ad9269 commit 2b985c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/meta.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,7 +3760,7 @@
37603760
Otherwise, \tcode{true}.
37613761
\item
37623762
Otherwise, if \tcode{r} represents a type alias,
3763-
then \tcode{!has_template_arguments(s)}.
3763+
then \tcode{!has_template_arguments(r)}.
37643764
\item
37653765
Otherwise, if \tcode{r} represents an
37663766
enumerator,
@@ -3906,7 +3906,7 @@
39063906

39073907
\indexlibraryglobal{type_of}%
39083908
\begin{itemdecl}
3909-
consteval bool type_of(info r);
3909+
consteval info type_of(info r);
39103910
\end{itemdecl}
39113911

39123912
\begin{itemdescr}
@@ -4150,7 +4150,7 @@
41504150
Otherwise, \tcode{false}.
41514151
\end{itemdescr}
41524152

4153-
\indexlibraryglobal{is_used_provided}%
4153+
\indexlibraryglobal{is_user_provided}%
41544154
\indexlibraryglobal{is_user_declared}%
41554155
\begin{itemdecl}
41564156
consteval bool is_user_provided(info r);
@@ -4332,7 +4332,7 @@
43324332
Otherwise, \tcode{false}.
43334333
\end{itemdescr}
43344334

4335-
\indexlibraryglobal{is_copmlete_type}%
4335+
\indexlibraryglobal{is_complete_type}%
43364336
\begin{itemdecl}
43374337
consteval bool is_complete_type(info r);
43384338
\end{itemdecl}
@@ -4799,7 +4799,7 @@
47994799
\tcode{has_parent(r)} is \tcode{true}.
48004800
\end{itemdescr}
48014801

4802-
\indexlibraryglobal{delias}%
4802+
\indexlibraryglobal{dealias}%
48034803
\begin{itemdecl}
48044804
consteval info dealias(info r);
48054805
\end{itemdecl}
@@ -5386,7 +5386,7 @@
53865386
\pnum
53875387
\throws
53885388
\tcode{meta::exception} unless
5389-
\tcode{bases_of(r, access:context::unchecked())}
5389+
\tcode{bases_of(r, access_context::unchecked())}
53905390
is a constant subexpression.
53915391
\end{itemdescr}
53925392

@@ -5604,7 +5604,7 @@
56045604
\pnum
56055605
\returns
56065606
A \tcode{vector} containing each element \tcode{e} of \tcode{members_of(type, ctx)}
5607-
such that \tcode{is_nonstatic_data_members_of(e)} is \tcode{true},
5607+
such that \tcode{is_nonstatic_data_member(e)} is \tcode{true},
56085608
preserving their order.
56095609

56105610
\pnum
@@ -6054,7 +6054,7 @@
60546054

60556055
\pnum
60566056
\begin{note}
6057-
If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immedaite context,
6057+
If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immediate context,
60586058
the program is ill-formed.
60596059
\end{note}
60606060

0 commit comments

Comments
 (0)