Skip to content

Commit 356fb7f

Browse files
authored
[algorithm.syn] Fix template head formatting (#5786)
1 parent eca39f4 commit 356fb7f

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
@@ -1274,7 +1274,7 @@
12741274
@\exposconcept{indirectly-binary-right-foldable}@<T, iterator_t<R>> F>
12751275
constexpr auto fold_right(R&& r, T init, F f);
12761276

1277-
template <@\libconcept{bidirectional_iterator}@ I, @\libconcept{sentinel_for}@<I> S,
1277+
template<@\libconcept{bidirectional_iterator}@ I, @\libconcept{sentinel_for}@<I> S,
12781278
@\exposconcept{indirectly-binary-right-foldable}@<iter_value_t<I>, I> F>
12791279
requires @\libconcept{constructible_from}@<iter_value_t<I>, iter_reference_t<I>>
12801280
constexpr auto fold_right_last(I first, S last, F f);

0 commit comments

Comments
 (0)