Skip to content

Commit 9797d69

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[meta.reflection.traits] Fix typos
1 parent d3aaeb9 commit 9797d69

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
@@ -6723,7 +6723,7 @@
67236723
\end{codeblock}
67246724

67256725
\pnum
6726-
Ech function or function template declared above has the following behavior
6726+
Each function or function template declared above has the following behavior
67276727
based on the signature and return type of that function or function template.
67286728
\begin{note}
67296729
The associated class template need not be instantiated.
@@ -6855,7 +6855,7 @@
68556855
\returns
68566856
A reflection representing
68576857
the type denoted by \tcode{tuple_element_t<$I$, T>},
6858-
where \tcode{T} is th type represented by \tcode{dealias(type)},
6858+
where \tcode{T} is the type represented by \tcode{dealias(type)},
68596859
and $I$ is a constant equal to \tcode{index}.
68606860
\end{itemdescr}
68616861

@@ -6882,7 +6882,7 @@
68826882
A reflection representing the type denoted by
68836883
\tcode{variant_alternative_t<\brk{}$I$, T>},
68846884
where \tcode{T} is the type represented by \tcode{dealias(type)}
6885-
and $I$ is a consant equal to \tcode{index}.
6885+
and $I$ is a constant equal to \tcode{index}.
68866886
\end{itemdescr}
68876887

68886888
\indexlibraryglobal{type_order}%

0 commit comments

Comments
 (0)