Skip to content

Commit 28e2c0e

Browse files
committed
[set.{union,intersection}] Add missing "of".
This was mistakenly omitted in the application of P3179R9.
1 parent 65fe94b commit 28e2c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10428,7 +10428,7 @@
1042810428
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
1042910429
for the overloads with no parameters by those names;
1043010430
\item
10431-
$M$ be \tcode{last1 - first1} plus the number elements in \range{first2}{last2}
10431+
$M$ be \tcode{last1 - first1} plus the number of elements in \range{first2}{last2}
1043210432
that are not present in \range{first1}{last1};
1043310433
\item
1043410434
\tcode{result_last} be \tcode{result + $M$}
@@ -10559,7 +10559,7 @@
1055910559
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
1056010560
for the overloads with no parameters by those names;
1056110561
\item
10562-
$M$ be the number elements in \range{first1}{last1}
10562+
$M$ be the number of elements in \range{first1}{last1}
1056310563
that are present in \range{first2}{last2};
1056410564
\item
1056510565
\tcode{result_last} be \tcode{result + $M$}

0 commit comments

Comments
 (0)