Skip to content

Commit 4a222ea

Browse files
committed
[over.built] Convert to singular.
1 parent 2fb11cf commit 4a222ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/overloading.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,8 +4029,8 @@
40294029

40304030
\pnum
40314031
For every pair of types \tcode{\placeholder{L}} and \tcode{\placeholder{R}},
4032-
where \tcode{\placeholder{L}} and \tcode{\placeholder{R}} are each
4033-
floating-point or promoted integral types,
4032+
where each of \tcode{\placeholder{L}} and \tcode{\placeholder{R}} is a
4033+
floating-point or promoted integral type,
40344034
there exist candidate operator functions of the form
40354035
\begin{codeblock}
40364036
@\placeholder{LR}@ operator*(@\placeholder{L}@, @\placeholder{R}@);
@@ -4210,8 +4210,8 @@
42104210

42114211
\pnum
42124212
For every pair of types \tcode{\placeholder{L}} and \tcode{\placeholder{R}},
4213-
where \tcode{\placeholder{L}} and \tcode{\placeholder{R}} are each
4214-
floating-point or promoted integral types,
4213+
where each of \tcode{\placeholder{L}} and \tcode{\placeholder{R}} is a
4214+
floating-point or promoted integral type,
42154215
there exist candidate operator functions of the form
42164216
\begin{codeblock}
42174217
@\placeholder{LR}@ operator?:(bool, @\placeholder{L}@, @\placeholder{R}@);

0 commit comments

Comments
 (0)