Skip to content

Commit 63f3e40

Browse files
committed
[alg.equal] Add missing period
1 parent 5096e87 commit 63f3e40

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
@@ -3979,7 +3979,7 @@
39793979
\returns
39803980
If \tcode{last1 - first1 != last2 - first2}, return \tcode{false}.
39813981
Otherwise return \tcode{true}
3982-
if $E$ holds for every iterator \tcode{i} in the range \range{first1}{last1}
3982+
if $E$ holds for every iterator \tcode{i} in the range \range{first1}{last1}.
39833983
Otherwise, returns \tcode{false}.
39843984

39853985
\pnum

0 commit comments

Comments
 (0)