Skip to content

Commit

Permalink
Merge pull request #172 from nu50218/master
Browse files Browse the repository at this point in the history
fix typo in lazysegtree.hpp
  • Loading branch information
yosupo06 authored Jun 19, 2024
2 parents d8ca7f2 + a2f140c commit 4b044e4
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 @@ -29,7 +29,7 @@ struct lazy_segtree {
"mapping must work as F(F, S)");
static_assert(
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
"compostiion must work as F(F, F)");
"composition must work as F(F, F)");
static_assert(std::is_convertible_v<decltype(id), std::function<F()>>,
"id must work as F()");

Expand Down

0 comments on commit 4b044e4

Please sign in to comment.