Skip to content

Commit 78d9c24

Browse files
authored
Merge pull request #166 from fffelix-huang/master
Fixed typo in lazysegtree.hpp
2 parents bc63fe9 + 61fbfd6 commit 78d9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder/lazysegtree.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct lazy_segtree {
2626
"e must work as S()");
2727
static_assert(
2828
std::is_convertible_v<decltype(mapping), std::function<S(F, S)>>,
29-
"mapping must work as F(F, S)");
29+
"mapping must work as S(F, S)");
3030
static_assert(
3131
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
3232
"composition must work as F(F, F)");

0 commit comments

Comments
 (0)