Skip to content

Commit d27d9f7

Browse files
jensmaurerJohelEGP
andauthored
Update source/algorithms.tex
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 2b08463 commit d27d9f7

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
@@ -1144,7 +1144,7 @@
11441144
constexpr bool starts_with(R1&& r1, R2&& r2, Pred pred = {},
11451145
Proj1 proj1 = {}, Proj2 proj2 = {});
11461146

1147-
// \ref{alg.ends.with}, ends_with
1147+
// \ref{alg.ends.with}, ends with
11481148
template<@\libconcept{input_iterator}@ I1, @\libconcept{sentinel_for}@<I1> S1, @\libconcept{input_iterator}@ I2, @\libconcept{sentinel_for}@<I2> S2,
11491149
class Pred = ranges::equal_to, class Proj1 = identity, class Proj2 = identity>
11501150
requires (@\libconcept{forward_iterator}@<I1> || @\libconcept{sized_sentinel_for}@<S1, I1>) &&

0 commit comments

Comments
 (0)