Skip to content

Commit 4d7eb66

Browse files
committed
[alg.ends.with] Fixed transcription error in defns of N1 and N2
1 parent ec837bb commit 4d7eb66

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
@@ -6116,8 +6116,8 @@
61166116

61176117
\begin{itemdescr}
61186118
\pnum
6119-
Let \tcode{N1} be \tcode{ranges::distance(r1)} and
6120-
\tcode{N2} be \tcode{ranges::distance(r2)}.
6119+
Let \tcode{N1} be \tcode{last1 - first1} and
6120+
\tcode{N2} be \tcode{last2 - first2}.
61216121

61226122
\pnum
61236123
\returns

0 commit comments

Comments
 (0)