Skip to content

Commit 7b25ed6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/algorithms.tex

Lines changed: 3 additions & 3 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$}
@@ -10688,7 +10688,7 @@
1068810688
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
1068910689
for the overloads with no parameters by those names;
1069010690
\item
10691-
$M$ be the number elements in \range{first1}{last1}
10691+
$M$ be the number of elements in \range{first1}{last1}
1069210692
that are not present in \range{first2}{last2};
1069310693
\item
1069410694
\tcode{result_last} be \tcode{result + $M$}

0 commit comments

Comments
 (0)