Skip to content

Commit 8b6a5e2

Browse files
authored
[meta.reflection.traits] Fix typos
1 parent 29d39cd commit 8b6a5e2

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
@@ -5771,7 +5771,7 @@
57715771
\end{codeblock}
57725772

57735773
\pnum
5774-
Ech function or function template declared above has the following behavior
5774+
Each function or function template declared above has the following behavior
57755775
based on the signature and return type of that function or function template.
57765776
\begin{note}
57775777
The associated class template need not be instantiated.
@@ -5903,7 +5903,7 @@
59035903
\returns
59045904
A reflection representing
59055905
the type denoted by \tcode{tuple_element_t<$I$, T>},
5906-
where \tcode{T} is th type represented by \tcode{dealias(type)},
5906+
where \tcode{T} is the type represented by \tcode{dealias(type)},
59075907
and $I$ is a constant equal to \tcode{index}.
59085908
\end{itemdescr}
59095909

@@ -5930,7 +5930,7 @@
59305930
A reflection representing the type denoted by
59315931
\tcode{variant_alternative_t<\brk{}$I$, T>},
59325932
where \tcode{T} is the type represented by \tcode{dealias(type)}
5933-
and $I$ is a consant equal to \tcode{index}.
5933+
and $I$ is a constant equal to \tcode{index}.
59345934
\end{itemdescr}
59355935

59365936
\indexlibraryglobal{type_order}%

0 commit comments

Comments
 (0)