Skip to content

Commit 1f1b944

Browse files
committed
[temp.param] Switch to passive voice.
1 parent 6568af0 commit 1f1b944

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/templates.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,7 @@
524524
the declared template parameter \tcode{P}.
525525

526526
\begin{itemize}
527-
%%% FIXME: Switch to passive voice.
528-
\item First, form a template argument \tcode{A} from \tcode{P}.
527+
\item First, a template argument \tcode{A} is formed from \tcode{P}.
529528
If \tcode{P} declares a template parameter pack~(\ref{temp.variadic})
530529
and \tcode{C} is a variadic concept~(\ref{temp.concept}),
531530
then \tcode{A} is the pack expansion \tcode{P...}.
@@ -534,7 +533,7 @@
534533

535534
% FIXME: This does not guarantee that the expression has the same
536535
% namespace qualification as Q.
537-
\item Then, form an \grammarterm{id-expression} \tcode{E} as follows.
536+
\item Then, an \grammarterm{id-expression} \tcode{E} is formed as follows.
538537
If \tcode{Q} is a \grammarterm{concept-name},
539538
then \tcode{E} is \tcode{C<A>}.
540539
Otherwise,

0 commit comments

Comments
 (0)