Skip to content

Commit 38c2a20

Browse files
committed
[meta.reflection.queries] Add missing "in [which]"s
1 parent b8da033 commit 38c2a20

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
@@ -4393,7 +4393,7 @@
43934393
A \tcode{vector} containing reflections
43944394
of the template arguments
43954395
of the template specialization represented by \tcode{r},
4396-
in the order they appear in the corresponding template argument list.
4396+
in the order in which they appear in the corresponding template argument list.
43974397
For a given template argument $A$,
43984398
its corresponding reflection $R$ is determined as follows:
43994399
\begin{itemize}
@@ -4468,12 +4468,12 @@
44684468
\item
44694469
If \tcode{r} represents a function $F$,
44704470
then a \tcode{vector} containing reflections of the parameters of $F$,
4471-
in the order they appear in a declaration of $F$.
4471+
in the order in which they appear in a declaration of $F$.
44724472
\item
44734473
Otherwise, \tcode{r} represents a function type $T$;
44744474
a \tcode{vector} containing reflections of the types
44754475
in parameter-type-list\iref{dcl.fct} of $T$,
4476-
in the order they appear in the parameter-type-list.
4476+
in the order in which they appear in the parameter-type-list.
44774477
\end{itemize}
44784478
\end{itemdescr}
44794479

0 commit comments

Comments
 (0)