Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fffelix-huang authored May 30, 2023
1 parent d8ca7f2 commit 61fbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atcoder/lazysegtree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct lazy_segtree {
"e must work as S()");
static_assert(
std::is_convertible_v<decltype(mapping), std::function<S(F, S)>>,
"mapping must work as F(F, S)");
"mapping must work as S(F, S)");
static_assert(
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
"compostiion must work as F(F, F)");
Expand Down

0 comments on commit 61fbfd6

Please sign in to comment.