Skip to content

Commit 4b044e4

Browse files
authored
Merge pull request #172 from nu50218/master
fix typo in lazysegtree.hpp
2 parents d8ca7f2 + a2f140c commit 4b044e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder/lazysegtree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct lazy_segtree {
2929
"mapping must work as F(F, S)");
3030
static_assert(
3131
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
32-
"compostiion must work as F(F, F)");
32+
"composition must work as F(F, F)");
3333
static_assert(std::is_convertible_v<decltype(id), std::function<F()>>,
3434
"id must work as F()");
3535

0 commit comments

Comments
 (0)