Skip to content

Commit c2e12a9

Browse files
committed
[alg.copy] Add missing words.
Those were accidentally omitted in the application of P3179R9.
1 parent 4d7eb66 commit c2e12a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6593,7 +6593,7 @@
65936593
for the overloads in namespace \tcode{std}.
65946594
\item
65956595
\tcode{\{last, result + $N$\}}
6596-
for the overloads in namespace \tcode{ranges}.
6596+
for the overloads in namespace \tcode{ranges}, if $N$ is equal to $M$.
65976597
\item
65986598
Otherwise, \tcode{\{j, result_last\}}
65996599
for the overloads in namespace \tcode{ranges},

0 commit comments

Comments
 (0)